#BEC2AA

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

Shades of Beryl Green #BEC2AA

Tints of Beryl Green #BEC2AA

Color information

#BEC2AA (or 0xBEC2AA) is unknown color: approx Beryl Green. HEX triplet: BE, C2 and AA. RGB value is (190,194,170). Sum of RGB (Red+Green+Blue) = 190+194+170=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2AA is #413D55. Grayscale: #BEBEBE. Windows color (decimal): -4275542 or 11190974. OLE color: 11190974.

HSL color Cylindrical-coordinate representation of color #BEC2AA: hue angle of 70º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC2AA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB190194170-
CMYK0.0200.120.24
HSL70º16.44%71.37%-
HSV(B)70º12.37%76.08%-
XYZ47.7852.4345.63-
YUV190.07116.67127.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=34.30%
G=35.02%
B=30.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941700.0200.120.247016.4471.37
HexBEC2AA20C18461047
Octal27630225220143010620107
Binary1011111011000010101010101001100110001000110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2AA; }

 p { color: rgb(190,194,170); }

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

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

 a { background-color: rgb(190,194,170); }

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

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

 span { border-color: rgb(190,194,170); }

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