Shades of Pine Glade #BDC884
Tints of Pine Glade #BDC884
RGB
CMYK
RGB Variations
Color information
#BDC884 (or 0xBDC884) is known color: Pine Glade. HEX triplet: BD, C8 and 84. RGB value is (189,200,132). Sum of RGB (Red+Green+Blue) = 189+200+132=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC884 is #42377B. Grayscale: #BDBDBD. Windows color (decimal): -4339580 or 8702141. OLE color: 8702141.
HSL color Cylindrical-coordinate representation of color #BDC884: hue angle of 69.71º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDC884 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 132 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.22 |
| HSL | 69.71º | 0.38% | 0.65% | - |
| HSV(B) | 69.71º | 0.34% | 0.78% | - |
| XYZ | 45.81 | 53.79 | 29.8 | - |
| YUV | 188.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 132 | 0.06 | 0 | 0.34 | 0.22 | 69.71 | 0.38 | 0.65 |
| Hex | BD | C8 | 84 | 6 | 0 | 22 | 16 | 46 | 26 | 41 |
| Octal | 275 | 310 | 204 | 6 | 0 | 42 | 26 | 106 | 46 | 101 |
| Binary | 10111101 | 11001000 | 10000100 | 110 | 0 | 100010 | 10110 | 1000110 | 100110 | 1000001 |
Color Harmonies of #BDC884
Complementary color
Monochromatic Colors of #BDC884
Black with #BDC884
Text Example
Text Example
White with #BDC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC884; }
p { color: rgb(189,200,132); }
H1.HeaderClassName
{
color: #BDC884;
}
.AnyTagClassName
{
color: #BDC884;
}
</style>
background-color css
<style>
a { background-color: #BDC884; }
a { background-color: rgb(189,200,132); }
div.DivClassName
{
background-color: #BDC884;
}
.BgClassName
{
background-color: #BDC884;
}
</style>
border-color css
<style>
span { border-color: #BDC884; }
span { border-color: rgb(189,200,132); }
td.TdClassName
{
border-color: #BDC884;
}
.TagClassName
{
border-color: #BDC884;
}
</style>