Shades of Beryl Green #BDC0AB
Tints of Beryl Green #BDC0AB
RGB
CMYK
RGB Variations
Color information
#BDC0AB (or 0xBDC0AB) is known color: Beryl Green. HEX triplet: BD, C0 and AB. RGB value is (189,192,171). Sum of RGB (Red+Green+Blue) = 189+192+171=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0AB is #423F54. Grayscale: #BCBCBC. Windows color (decimal): -4341589 or 11255997. OLE color: 11255997.
HSL color Cylindrical-coordinate representation of color #BDC0AB: hue angle of 68.57º degrees, saturation: 0.14, 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 #BDC0AB is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 171 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.25 |
| HSL | 68.57º | 0.14% | 0.71% | - |
| HSV(B) | 68.57º | 0.11% | 0.75% | - |
| XYZ | 47.19 | 51.46 | 45.97 | - |
| YUV | 188.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 171 | 0.02 | 0 | 0.11 | 0.25 | 68.57 | 0.14 | 0.71 |
| Hex | BD | C0 | AB | 2 | 0 | B | 19 | 45 | E | 47 |
| Octal | 275 | 300 | 253 | 2 | 0 | 13 | 31 | 105 | 16 | 107 |
| Binary | 10111101 | 11000000 | 10101011 | 10 | 0 | 1011 | 11001 | 1000101 | 1110 | 1000111 |
Color Harmonies of #BDC0AB
Complementary color
Monochromatic Colors of #BDC0AB
Black with #BDC0AB
Text Example
Text Example
White with #BDC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0AB; }
p { color: rgb(189,192,171); }
H1.HeaderClassName
{
color: #BDC0AB;
}
.AnyTagClassName
{
color: #BDC0AB;
}
</style>
background-color css
<style>
a { background-color: #BDC0AB; }
a { background-color: rgb(189,192,171); }
div.DivClassName
{
background-color: #BDC0AB;
}
.BgClassName
{
background-color: #BDC0AB;
}
</style>
border-color css
<style>
span { border-color: #BDC0AB; }
span { border-color: rgb(189,192,171); }
td.TdClassName
{
border-color: #BDC0AB;
}
.TagClassName
{
border-color: #BDC0AB;
}
</style>