Shades of Beryl Green #BDC0AD
Tints of Beryl Green #BDC0AD
RGB
CMYK
RGB Variations
Color information
#BDC0AD (or 0xBDC0AD) is known color: Beryl Green. HEX triplet: BD, C0 and AD. RGB value is (189,192,173). Sum of RGB (Red+Green+Blue) = 189+192+173=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0AD is #423F52. Grayscale: #BDBDBD. Windows color (decimal): -4341587 or 11387069. OLE color: 11387069.
HSL color Cylindrical-coordinate representation of color #BDC0AD: hue angle of 69.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC0AD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 173 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.25 |
| HSL | 69.47º | 0.13% | 0.72% | - |
| HSV(B) | 69.47º | 0.1% | 0.75% | - |
| XYZ | 47.38 | 51.54 | 46.99 | - |
| YUV | 188.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 173 | 0.02 | 0 | 0.10 | 0.25 | 69.47 | 0.13 | 0.72 |
| Hex | BD | C0 | AD | 2 | 0 | A | 19 | 45 | D | 48 |
| Octal | 275 | 300 | 255 | 2 | 0 | 12 | 31 | 105 | 15 | 110 |
| Binary | 10111101 | 11000000 | 10101101 | 10 | 0 | 1010 | 11001 | 1000101 | 1101 | 1001000 |
Color Harmonies of #BDC0AD
Complementary color
Monochromatic Colors of #BDC0AD
Black with #BDC0AD
Text Example
Text Example
White with #BDC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0AD; }
p { color: rgb(189,192,173); }
H1.HeaderClassName
{
color: #BDC0AD;
}
.AnyTagClassName
{
color: #BDC0AD;
}
</style>
background-color css
<style>
a { background-color: #BDC0AD; }
a { background-color: rgb(189,192,173); }
div.DivClassName
{
background-color: #BDC0AD;
}
.BgClassName
{
background-color: #BDC0AD;
}
</style>
border-color css
<style>
span { border-color: #BDC0AD; }
span { border-color: rgb(189,192,173); }
td.TdClassName
{
border-color: #BDC0AD;
}
.TagClassName
{
border-color: #BDC0AD;
}
</style>