#BEC4AB

Color #BEC4AB Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #BEC4AB

Tints of Beryl Green #BEC4AB

Color information

#BEC4AB (or 0xBEC4AB) is unknown color: approx Beryl Green. HEX triplet: BE, C4 and AB. RGB value is (190,196,171). Sum of RGB (Red+Green+Blue) = 190+196+171=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4AB is #413B54. Grayscale: #BFBFBF. Windows color (decimal): -4275029 or 11257022. OLE color: 11257022.

HSL color Cylindrical-coordinate representation of color #BEC4AB: hue angle of 74.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC4AB is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB190196171-
CMYK0.0300.130.23
HSL74.4º17.48%71.96%-
HSV(B)74.4º12.76%76.86%-
XYZ48.3353.3746.28-
YUV191.36116.51127.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=34.11%
G=35.19%
B=30.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961710.0300.130.2374.417.4871.96
HexBEC4AB30D174a1148
Octal27630425330152711221110
Binary1011111011000100101010111101101101111001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4AB; }

 p { color: rgb(190,196,171); }

 H1.HeaderClassName
 {
   color: #BEC4AB;
 }
 .AnyTagClassName
 {
   color: #BEC4AB;
 }
</style>
background-color css

<style>
 a { background-color: #BEC4AB; }

 a { background-color: rgb(190,196,171); }

 div.DivClassName
 {
   background-color: #BEC4AB;
 }
 .BgClassName
 {
   background-color: #BEC4AB;
 }
</style>
border-color css

<style>
 span { border-color: #BEC4AB; }

 span { border-color: rgb(190,196,171); }

 td.TdClassName
 {
   border-color: #BEC4AB;
 }
 .TagClassName
 {
   border-color: #BEC4AB;
 }
</style>