#BDC0AA

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

Shades of Beryl Green #BDC0AA

Tints of Beryl Green #BDC0AA

Color information

#BDC0AA (or 0xBDC0AA) is unknown color: approx Beryl Green. HEX triplet: BD, C0 and AA. RGB value is (189,192,170). Sum of RGB (Red+Green+Blue) = 189+192+170=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0AA is #423F55. Grayscale: #BCBCBC. Windows color (decimal): -4341590 or 11190461. OLE color: 11190461.

HSL color Cylindrical-coordinate representation of color #BDC0AA: hue angle of 68.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC0AA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB189192170-
CMYK0.0200.110.25
HSL68.18º14.86%70.98%-
HSV(B)68.18º11.46%75.29%-
XYZ47.0951.4245.47-
YUV188.59117.51128.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=34.30%
G=34.85%
B=30.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921700.0200.110.2568.1814.8670.98
HexBDC0AA20B1944f47
Octal27530025220133110417107
Binary101111011100000010101010100101111001100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0AA; }

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

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

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

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

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

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

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

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