#BEC5A9

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

Shades of Beryl Green #BEC5A9

Tints of Beryl Green #BEC5A9

Color information

#BEC5A9 (or 0xBEC5A9) is unknown color: approx Beryl Green. HEX triplet: BE, C5 and A9. RGB value is (190,197,169). Sum of RGB (Red+Green+Blue) = 190+197+169=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5A9 is #413A56. Grayscale: #BFBFBF. Windows color (decimal): -4274775 or 11126206. OLE color: 11126206.

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

Color convert

RGB190197169-
CMYK0.0400.140.23
HSL75º19.44%71.76%-
HSV(B)75º14.21%77.25%-
XYZ48.3653.7445.36-
YUV191.71115.18126.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=34.17%
G=35.43%
B=30.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971690.0400.140.237519.4471.76
HexBEC5A940E174b1348
Octal27630525140162711323110
Binary10111110110001011010100110001110101111001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5A9; }

 p { color: rgb(190,197,169); }

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

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

 a { background-color: rgb(190,197,169); }

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

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

 span { border-color: rgb(190,197,169); }

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