Shades of Beryl Green #BDC1AA
Tints of Beryl Green #BDC1AA
RGB
CMYK
RGB Variations
Color information
#BDC1AA (or 0xBDC1AA) is known color: Beryl Green. HEX triplet: BD, C1 and AA. RGB value is (189,193,170). Sum of RGB (Red+Green+Blue) = 189+193+170=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1AA is #423E55. Grayscale: #BDBDBD. Windows color (decimal): -4341334 or 11190717. OLE color: 11190717.
HSL color Cylindrical-coordinate representation of color #BDC1AA: hue angle of 70.43º 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 #BDC1AA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 193 | 170 | - |
CMYK | 0.02 | 0 | 0.12 | 0.24 |
HSL | 70.43º | 0.16% | 0.71% | - |
HSV(B) | 70.43º | 0.12% | 0.76% | - |
XYZ | 47.31 | 51.86 | 45.55 | - |
YUV | 189.18 | 117.17 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 193 | 170 | 0.02 | 0 | 0.12 | 0.24 | 70.43 | 0.16 | 0.71 |
Hex | BD | C1 | AA | 2 | 0 | C | 18 | 46 | 10 | 47 |
Octal | 275 | 301 | 252 | 2 | 0 | 14 | 30 | 106 | 20 | 107 |
Binary | 10111101 | 11000001 | 10101010 | 10 | 0 | 1100 | 11000 | 1000110 | 10000 | 1000111 |
Color Harmonies of #BDC1AA
Complementary color
Monochromatic Colors of #BDC1AA
Black with #BDC1AA
Text Example
Text Example
White with #BDC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1AA; }
p { color: rgb(189,193,170); }
H1.HeaderClassName
{
color: #BDC1AA;
}
.AnyTagClassName
{
color: #BDC1AA;
}
</style>
background-color css
<style>
a { background-color: #BDC1AA; }
a { background-color: rgb(189,193,170); }
div.DivClassName
{
background-color: #BDC1AA;
}
.BgClassName
{
background-color: #BDC1AA;
}
</style>
border-color css
<style>
span { border-color: #BDC1AA; }
span { border-color: rgb(189,193,170); }
td.TdClassName
{
border-color: #BDC1AA;
}
.TagClassName
{
border-color: #BDC1AA;
}
</style>