#BEC1AE

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

Shades of Beryl Green #BEC1AE

Tints of Beryl Green #BEC1AE

Color information

#BEC1AE (or 0xBEC1AE) is unknown color: approx Beryl Green. HEX triplet: BE, C1 and AE. RGB value is (190,193,174). Sum of RGB (Red+Green+Blue) = 190+193+174=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1AE is #413E51. Grayscale: #BEBEBE. Windows color (decimal): -4275794 or 11452862. OLE color: 11452862.

HSL color Cylindrical-coordinate representation of color #BEC1AE: hue angle of 69.47º degrees, saturation: 0.13, 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 #BEC1AE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB190193174-
CMYK0.0200.100.24
HSL69.47º13.29%71.96%-
HSV(B)69.47º9.84%75.69%-
XYZ47.9552.1447.58-
YUV189.94119.01128.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=34.11%
G=34.65%
B=31.24%

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
Decimal1901931740.0200.100.2469.4713.2971.96
HexBEC1AE20A1845d48
Octal27630125620123010515110
Binary101111101100000110101110100101011000100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1AE; }

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

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

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

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

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

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

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

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