Shades of Pine Glade #BDC888
Tints of Pine Glade #BDC888
RGB
CMYK
RGB Variations
Color information
#BDC888 (or 0xBDC888) is known color: Pine Glade. HEX triplet: BD, C8 and 88. RGB value is (189,200,136). Sum of RGB (Red+Green+Blue) = 189+200+136=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC888 is #423777. Grayscale: #BDBDBD. Windows color (decimal): -4339576 or 8964285. OLE color: 8964285.
HSL color Cylindrical-coordinate representation of color #BDC888: hue angle of 70.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDC888 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 136 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.22 |
| HSL | 70.31º | 0.37% | 0.66% | - |
| HSV(B) | 70.31º | 0.32% | 0.78% | - |
| XYZ | 46.08 | 53.9 | 31.27 | - |
| YUV | 189.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 136 | 0.06 | 0 | 0.32 | 0.22 | 70.31 | 0.37 | 0.66 |
| Hex | BD | C8 | 88 | 6 | 0 | 20 | 16 | 46 | 25 | 42 |
| Octal | 275 | 310 | 210 | 6 | 0 | 40 | 26 | 106 | 45 | 102 |
| Binary | 10111101 | 11001000 | 10001000 | 110 | 0 | 100000 | 10110 | 1000110 | 100101 | 1000010 |
Color Harmonies of #BDC888
Complementary color
Monochromatic Colors of #BDC888
Black with #BDC888
Text Example
Text Example
White with #BDC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC888; }
p { color: rgb(189,200,136); }
H1.HeaderClassName
{
color: #BDC888;
}
.AnyTagClassName
{
color: #BDC888;
}
</style>
background-color css
<style>
a { background-color: #BDC888; }
a { background-color: rgb(189,200,136); }
div.DivClassName
{
background-color: #BDC888;
}
.BgClassName
{
background-color: #BDC888;
}
</style>
border-color css
<style>
span { border-color: #BDC888; }
span { border-color: rgb(189,200,136); }
td.TdClassName
{
border-color: #BDC888;
}
.TagClassName
{
border-color: #BDC888;
}
</style>