Shades of Beryl Green #BDC2AB
Tints of Beryl Green #BDC2AB
RGB
CMYK
RGB Variations
Color information
#BDC2AB (or 0xBDC2AB) is known color: Beryl Green. HEX triplet: BD, C2 and AB. RGB value is (189,194,171). Sum of RGB (Red+Green+Blue) = 189+194+171=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2AB is #423D54. Grayscale: #BDBDBD. Windows color (decimal): -4341077 or 11256509. OLE color: 11256509.
HSL color Cylindrical-coordinate representation of color #BDC2AB: hue angle of 73.04º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC2AB is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 171 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.24 |
| HSL | 73.04º | 0.16% | 0.72% | - |
| HSV(B) | 73.04º | 0.12% | 0.76% | - |
| XYZ | 47.63 | 52.34 | 46.12 | - |
| YUV | 189.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 171 | 0.03 | 0 | 0.12 | 0.24 | 73.04 | 0.16 | 0.72 |
| Hex | BD | C2 | AB | 3 | 0 | C | 18 | 49 | 10 | 48 |
| Octal | 275 | 302 | 253 | 3 | 0 | 14 | 30 | 111 | 20 | 110 |
| Binary | 10111101 | 11000010 | 10101011 | 11 | 0 | 1100 | 11000 | 1001001 | 10000 | 1001000 |
Color Harmonies of #BDC2AB
Complementary color
Monochromatic Colors of #BDC2AB
Black with #BDC2AB
Text Example
Text Example
White with #BDC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2AB; }
p { color: rgb(189,194,171); }
H1.HeaderClassName
{
color: #BDC2AB;
}
.AnyTagClassName
{
color: #BDC2AB;
}
</style>
background-color css
<style>
a { background-color: #BDC2AB; }
a { background-color: rgb(189,194,171); }
div.DivClassName
{
background-color: #BDC2AB;
}
.BgClassName
{
background-color: #BDC2AB;
}
</style>
border-color css
<style>
span { border-color: #BDC2AB; }
span { border-color: rgb(189,194,171); }
td.TdClassName
{
border-color: #BDC2AB;
}
.TagClassName
{
border-color: #BDC2AB;
}
</style>