Shades of Pine Glade #BDC687
Tints of Pine Glade #BDC687
RGB
CMYK
RGB Variations
Color information
#BDC687 (or 0xBDC687) is known color: Pine Glade. HEX triplet: BD, C6 and 87. RGB value is (189,198,135). Sum of RGB (Red+Green+Blue) = 189+198+135=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC687 is #423978. Grayscale: #BCBCBC. Windows color (decimal): -4340089 or 8898237. OLE color: 8898237.
HSL color Cylindrical-coordinate representation of color #BDC687: hue angle of 68.57º 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 #BDC687 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 135 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.22 |
| HSL | 68.57º | 0.36% | 0.65% | - |
| HSV(B) | 68.57º | 0.32% | 0.78% | - |
| XYZ | 45.55 | 52.96 | 30.74 | - |
| YUV | 188.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 135 | 0.05 | 0 | 0.32 | 0.22 | 68.57 | 0.36 | 0.65 |
| Hex | BD | C6 | 87 | 5 | 0 | 20 | 16 | 45 | 24 | 41 |
| Octal | 275 | 306 | 207 | 5 | 0 | 40 | 26 | 105 | 44 | 101 |
| Binary | 10111101 | 11000110 | 10000111 | 101 | 0 | 100000 | 10110 | 1000101 | 100100 | 1000001 |
Color Harmonies of #BDC687
Complementary color
Monochromatic Colors of #BDC687
Black with #BDC687
Text Example
Text Example
White with #BDC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC687; }
p { color: rgb(189,198,135); }
H1.HeaderClassName
{
color: #BDC687;
}
.AnyTagClassName
{
color: #BDC687;
}
</style>
background-color css
<style>
a { background-color: #BDC687; }
a { background-color: rgb(189,198,135); }
div.DivClassName
{
background-color: #BDC687;
}
.BgClassName
{
background-color: #BDC687;
}
</style>
border-color css
<style>
span { border-color: #BDC687; }
span { border-color: rgb(189,198,135); }
td.TdClassName
{
border-color: #BDC687;
}
.TagClassName
{
border-color: #BDC687;
}
</style>