#BDC2AA

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

Shades of Beryl Green #BDC2AA

Tints of Beryl Green #BDC2AA

Color information

#BDC2AA (or 0xBDC2AA) is unknown color: approx Beryl Green. HEX triplet: BD, C2 and AA. RGB value is (189,194,170). Sum of RGB (Red+Green+Blue) = 189+194+170=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2AA is #423D55. Grayscale: #BDBDBD. Windows color (decimal): -4341078 or 11190973. OLE color: 11190973.

HSL color Cylindrical-coordinate representation of color #BDC2AA: hue angle of 72.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC2AA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB189194170-
CMYK0.0300.120.24
HSL72.5º16.44%71.37%-
HSV(B)72.5º12.37%76.08%-
XYZ47.5352.345.62-
YUV189.77116.84127.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=34.18%
G=35.08%
B=30.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941700.0300.120.2472.516.4471.37
HexBDC2AA30C18481047
Octal27530225230143011020107
Binary1011110111000010101010101101100110001001000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2AA; }

 p { color: rgb(189,194,170); }

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

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

 a { background-color: rgb(189,194,170); }

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

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

 span { border-color: rgb(189,194,170); }

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