Shades of Beryl Green #BDC0A9
Tints of Beryl Green #BDC0A9
RGB
CMYK
RGB Variations
Color information
#BDC0A9 (or 0xBDC0A9) is known color: Beryl Green. HEX triplet: BD, C0 and A9. RGB value is (189,192,169). Sum of RGB (Red+Green+Blue) = 189+192+169=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0A9 is #423F56. Grayscale: #BCBCBC. Windows color (decimal): -4341591 or 11124925. OLE color: 11124925.
HSL color Cylindrical-coordinate representation of color #BDC0A9: hue angle of 67.83º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC0A9 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 169 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.25 |
| HSL | 67.83º | 0.15% | 0.71% | - |
| HSV(B) | 67.83º | 0.12% | 0.75% | - |
| XYZ | 47 | 51.38 | 44.98 | - |
| YUV | 188.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 169 | 0.02 | 0 | 0.12 | 0.25 | 67.83 | 0.15 | 0.71 |
| Hex | BD | C0 | A9 | 2 | 0 | C | 19 | 44 | F | 47 |
| Octal | 275 | 300 | 251 | 2 | 0 | 14 | 31 | 104 | 17 | 107 |
| Binary | 10111101 | 11000000 | 10101001 | 10 | 0 | 1100 | 11001 | 1000100 | 1111 | 1000111 |
Color Harmonies of #BDC0A9
Complementary color
Monochromatic Colors of #BDC0A9
Black with #BDC0A9
Text Example
Text Example
White with #BDC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0A9; }
p { color: rgb(189,192,169); }
H1.HeaderClassName
{
color: #BDC0A9;
}
.AnyTagClassName
{
color: #BDC0A9;
}
</style>
background-color css
<style>
a { background-color: #BDC0A9; }
a { background-color: rgb(189,192,169); }
div.DivClassName
{
background-color: #BDC0A9;
}
.BgClassName
{
background-color: #BDC0A9;
}
</style>
border-color css
<style>
span { border-color: #BDC0A9; }
span { border-color: rgb(189,192,169); }
td.TdClassName
{
border-color: #BDC0A9;
}
.TagClassName
{
border-color: #BDC0A9;
}
</style>