#BEC1AD

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

Shades of Beryl Green #BEC1AD

Tints of Beryl Green #BEC1AD

Color information

#BEC1AD (or 0xBEC1AD) is unknown color: approx Beryl Green. HEX triplet: BE, C1 and AD. RGB value is (190,193,173). Sum of RGB (Red+Green+Blue) = 190+193+173=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1AD is #413E52. Grayscale: #BDBDBD. Windows color (decimal): -4275795 or 11387326. OLE color: 11387326.

HSL color Cylindrical-coordinate representation of color #BEC1AD: hue angle of 69º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC1AD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB190193173-
CMYK0.0200.100.24
HSL69º13.89%71.76%-
HSV(B)69º10.36%75.69%-
XYZ47.8552.147.07-
YUV189.82118.51128.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 193 (75.78% from 255) = 34.71%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=34.17%
G=34.71%
B=31.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931730.0200.100.246913.8971.76
HexBEC1AD20A1845e48
Octal27630125520123010516110
Binary101111101100000110101101100101011000100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1AD; }

 p { color: rgb(190,193,173); }

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

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

 a { background-color: rgb(190,193,173); }

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

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

 span { border-color: rgb(190,193,173); }

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