#BDC1AE

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

Shades of Beryl Green #BDC1AE

Tints of Beryl Green #BDC1AE

Color information

#BDC1AE (or 0xBDC1AE) is unknown color: approx Beryl Green. HEX triplet: BD, C1 and AE. RGB value is (189,193,174). Sum of RGB (Red+Green+Blue) = 189+193+174=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1AE is #423E51. Grayscale: #BDBDBD. Windows color (decimal): -4341330 or 11452861. OLE color: 11452861.

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

Color convert

RGB189193174-
CMYK0.0200.100.24
HSL72.63º13.29%71.96%-
HSV(B)72.63º9.84%75.69%-
XYZ47.752.0147.57-
YUV189.64119.17127.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 193 (75.78% from 255) = 34.71%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=33.99%
G=34.71%
B=31.29%

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
Decimal1891931740.0200.100.2472.6313.2971.96
HexBDC1AE20A1849d48
Octal27530125620123011115110
Binary101111011100000110101110100101011000100100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1AE; }

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

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

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

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

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

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

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

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