Shades of Beryl Green #BDC1A9
Tints of Beryl Green #BDC1A9
RGB
CMYK
RGB Variations
Color information
#BDC1A9 (or 0xBDC1A9) is known color: Beryl Green. HEX triplet: BD, C1 and A9. RGB value is (189,193,169). Sum of RGB (Red+Green+Blue) = 189+193+169=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1A9 is #423E56. Grayscale: #BDBDBD. Windows color (decimal): -4341335 or 11125181. OLE color: 11125181.
HSL color Cylindrical-coordinate representation of color #BDC1A9: hue angle of 70º 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 #BDC1A9 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 169 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.24 |
| HSL | 70º | 0.16% | 0.71% | - |
| HSV(B) | 70º | 0.12% | 0.76% | - |
| XYZ | 47.22 | 51.82 | 45.05 | - |
| YUV | 189.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 169 | 0.02 | 0 | 0.12 | 0.24 | 70 | 0.16 | 0.71 |
| Hex | BD | C1 | A9 | 2 | 0 | C | 18 | 46 | 10 | 47 |
| Octal | 275 | 301 | 251 | 2 | 0 | 14 | 30 | 106 | 20 | 107 |
| Binary | 10111101 | 11000001 | 10101001 | 10 | 0 | 1100 | 11000 | 1000110 | 10000 | 1000111 |
Color Harmonies of #BDC1A9
Complementary color
Monochromatic Colors of #BDC1A9
Black with #BDC1A9
Text Example
Text Example
White with #BDC1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1A9; }
p { color: rgb(189,193,169); }
H1.HeaderClassName
{
color: #BDC1A9;
}
.AnyTagClassName
{
color: #BDC1A9;
}
</style>
background-color css
<style>
a { background-color: #BDC1A9; }
a { background-color: rgb(189,193,169); }
div.DivClassName
{
background-color: #BDC1A9;
}
.BgClassName
{
background-color: #BDC1A9;
}
</style>
border-color css
<style>
span { border-color: #BDC1A9; }
span { border-color: rgb(189,193,169); }
td.TdClassName
{
border-color: #BDC1A9;
}
.TagClassName
{
border-color: #BDC1A9;
}
</style>