Shades of Pine Glade #BDC885
Tints of Pine Glade #BDC885
RGB
CMYK
RGB Variations
Color information
#BDC885 (or 0xBDC885) is known color: Pine Glade. HEX triplet: BD, C8 and 85. RGB value is (189,200,133). Sum of RGB (Red+Green+Blue) = 189+200+133=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC885 is #42377A. Grayscale: #BDBDBD. Windows color (decimal): -4339579 or 8767677. OLE color: 8767677.
HSL color Cylindrical-coordinate representation of color #BDC885: hue angle of 69.85º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC885 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 133 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.22 |
| HSL | 69.85º | 0.38% | 0.65% | - |
| HSV(B) | 69.85º | 0.34% | 0.78% | - |
| XYZ | 45.87 | 53.82 | 30.16 | - |
| YUV | 189.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 133 | 0.06 | 0 | 0.34 | 0.22 | 69.85 | 0.38 | 0.65 |
| Hex | BD | C8 | 85 | 6 | 0 | 22 | 16 | 46 | 26 | 41 |
| Octal | 275 | 310 | 205 | 6 | 0 | 42 | 26 | 106 | 46 | 101 |
| Binary | 10111101 | 11001000 | 10000101 | 110 | 0 | 100010 | 10110 | 1000110 | 100110 | 1000001 |
Color Harmonies of #BDC885
Complementary color
Monochromatic Colors of #BDC885
Black with #BDC885
Text Example
Text Example
White with #BDC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC885; }
p { color: rgb(189,200,133); }
H1.HeaderClassName
{
color: #BDC885;
}
.AnyTagClassName
{
color: #BDC885;
}
</style>
background-color css
<style>
a { background-color: #BDC885; }
a { background-color: rgb(189,200,133); }
div.DivClassName
{
background-color: #BDC885;
}
.BgClassName
{
background-color: #BDC885;
}
</style>
border-color css
<style>
span { border-color: #BDC885; }
span { border-color: rgb(189,200,133); }
td.TdClassName
{
border-color: #BDC885;
}
.TagClassName
{
border-color: #BDC885;
}
</style>