Shades of Pine Glade #BCC888
Tints of Pine Glade #BCC888
RGB
CMYK
RGB Variations
Color information
#BCC888 (or 0xBCC888) is known color: Pine Glade. HEX triplet: BC, C8 and 88. RGB value is (188,200,136). Sum of RGB (Red+Green+Blue) = 188+200+136=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC888 is #433777. Grayscale: #BDBDBD. Windows color (decimal): -4405112 or 8964284. OLE color: 8964284.
HSL color Cylindrical-coordinate representation of color #BCC888: hue angle of 71.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCC888 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 136 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.22 |
| HSL | 71.25º | 0.37% | 0.66% | - |
| HSV(B) | 71.25º | 0.32% | 0.78% | - |
| XYZ | 45.84 | 53.78 | 31.26 | - |
| YUV | 189.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 136 | 0.06 | 0 | 0.32 | 0.22 | 71.25 | 0.37 | 0.66 |
| Hex | BC | C8 | 88 | 6 | 0 | 20 | 16 | 47 | 25 | 42 |
| Octal | 274 | 310 | 210 | 6 | 0 | 40 | 26 | 107 | 45 | 102 |
| Binary | 10111100 | 11001000 | 10001000 | 110 | 0 | 100000 | 10110 | 1000111 | 100101 | 1000010 |
Color Harmonies of #BCC888
Complementary color
Monochromatic Colors of #BCC888
Black with #BCC888
Text Example
Text Example
White with #BCC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC888; }
p { color: rgb(188,200,136); }
H1.HeaderClassName
{
color: #BCC888;
}
.AnyTagClassName
{
color: #BCC888;
}
</style>
background-color css
<style>
a { background-color: #BCC888; }
a { background-color: rgb(188,200,136); }
div.DivClassName
{
background-color: #BCC888;
}
.BgClassName
{
background-color: #BCC888;
}
</style>
border-color css
<style>
span { border-color: #BCC888; }
span { border-color: rgb(188,200,136); }
td.TdClassName
{
border-color: #BCC888;
}
.TagClassName
{
border-color: #BCC888;
}
</style>