#BEC4AA

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

Shades of Beryl Green #BEC4AA

Tints of Beryl Green #BEC4AA

Color information

#BEC4AA (or 0xBEC4AA) is unknown color: approx Beryl Green. HEX triplet: BE, C4 and AA. RGB value is (190,196,170). Sum of RGB (Red+Green+Blue) = 190+196+170=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4AA is #413B55. Grayscale: #BFBFBF. Windows color (decimal): -4275030 or 11191486. OLE color: 11191486.

HSL color Cylindrical-coordinate representation of color #BEC4AA: hue angle of 73.85º degrees, saturation: 0.18, 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 #BEC4AA is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB190196170-
CMYK0.0300.130.23
HSL73.85º18.06%71.76%-
HSV(B)73.85º13.27%76.86%-
XYZ48.2353.3345.78-
YUV191.24116.01127.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=34.17%
G=35.25%
B=30.58%

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
Decimal1901961700.0300.130.2373.8518.0671.76
HexBEC4AA30D174a1248
Octal27630425230152711222110
Binary1011111011000100101010101101101101111001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4AA; }

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

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

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

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

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

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

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

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