Shades of Pine Glade #BDC985
Tints of Pine Glade #BDC985
RGB
CMYK
RGB Variations
Color information
#BDC985 (or 0xBDC985) is known color: Pine Glade. HEX triplet: BD, C9 and 85. RGB value is (189,201,133). Sum of RGB (Red+Green+Blue) = 189+201+133=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC985 is #42367A. Grayscale: #BDBDBD. Windows color (decimal): -4339323 or 8767933. OLE color: 8767933.
HSL color Cylindrical-coordinate representation of color #BDC985: hue angle of 70.59º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDC985 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 133 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.21 |
| HSL | 70.59º | 0.39% | 0.65% | - |
| HSV(B) | 70.59º | 0.34% | 0.79% | - |
| XYZ | 46.11 | 54.29 | 30.24 | - |
| YUV | 189.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 133 | 0.06 | 0 | 0.34 | 0.21 | 70.59 | 0.39 | 0.65 |
| Hex | BD | C9 | 85 | 6 | 0 | 22 | 15 | 47 | 27 | 41 |
| Octal | 275 | 311 | 205 | 6 | 0 | 42 | 25 | 107 | 47 | 101 |
| Binary | 10111101 | 11001001 | 10000101 | 110 | 0 | 100010 | 10101 | 1000111 | 100111 | 1000001 |
Color Harmonies of #BDC985
Complementary color
Monochromatic Colors of #BDC985
Black with #BDC985
Text Example
Text Example
White with #BDC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC985; }
p { color: rgb(189,201,133); }
H1.HeaderClassName
{
color: #BDC985;
}
.AnyTagClassName
{
color: #BDC985;
}
</style>
background-color css
<style>
a { background-color: #BDC985; }
a { background-color: rgb(189,201,133); }
div.DivClassName
{
background-color: #BDC985;
}
.BgClassName
{
background-color: #BDC985;
}
</style>
border-color css
<style>
span { border-color: #BDC985; }
span { border-color: rgb(189,201,133); }
td.TdClassName
{
border-color: #BDC985;
}
.TagClassName
{
border-color: #BDC985;
}
</style>