Shades of Pine Glade #BDC787
Tints of Pine Glade #BDC787
RGB
CMYK
RGB Variations
Color information
#BDC787 (or 0xBDC787) is known color: Pine Glade. HEX triplet: BD, C7 and 87. RGB value is (189,199,135). Sum of RGB (Red+Green+Blue) = 189+199+135=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC787 is #423878. Grayscale: #BCBCBC. Windows color (decimal): -4339833 or 8898493. OLE color: 8898493.
HSL color Cylindrical-coordinate representation of color #BDC787: hue angle of 69.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDC787 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 135 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.22 |
| HSL | 69.38º | 0.36% | 0.65% | - |
| HSV(B) | 69.38º | 0.32% | 0.78% | - |
| XYZ | 45.78 | 53.41 | 30.82 | - |
| YUV | 188.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 135 | 0.05 | 0 | 0.32 | 0.22 | 69.38 | 0.36 | 0.65 |
| Hex | BD | C7 | 87 | 5 | 0 | 20 | 16 | 45 | 24 | 41 |
| Octal | 275 | 307 | 207 | 5 | 0 | 40 | 26 | 105 | 44 | 101 |
| Binary | 10111101 | 11000111 | 10000111 | 101 | 0 | 100000 | 10110 | 1000101 | 100100 | 1000001 |
Color Harmonies of #BDC787
Complementary color
Monochromatic Colors of #BDC787
Black with #BDC787
Text Example
Text Example
White with #BDC787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC787; }
p { color: rgb(189,199,135); }
H1.HeaderClassName
{
color: #BDC787;
}
.AnyTagClassName
{
color: #BDC787;
}
</style>
background-color css
<style>
a { background-color: #BDC787; }
a { background-color: rgb(189,199,135); }
div.DivClassName
{
background-color: #BDC787;
}
.BgClassName
{
background-color: #BDC787;
}
</style>
border-color css
<style>
span { border-color: #BDC787; }
span { border-color: rgb(189,199,135); }
td.TdClassName
{
border-color: #BDC787;
}
.TagClassName
{
border-color: #BDC787;
}
</style>