Shades of Pine Glade #BCC288
Tints of Pine Glade #BCC288
RGB
CMYK
RGB Variations
Color information
#BCC288 (or 0xBCC288) is known color: Pine Glade. HEX triplet: BC, C2 and 88. RGB value is (188,194,136). Sum of RGB (Red+Green+Blue) = 188+194+136=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC288 is #433D77. Grayscale: #B9B9B9. Windows color (decimal): -4406648 or 8962748. OLE color: 8962748.
HSL color Cylindrical-coordinate representation of color #BCC288: hue angle of 66.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC288 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 136 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.24 |
| HSL | 66.21º | 0.32% | 0.65% | - |
| HSV(B) | 66.21º | 0.3% | 0.76% | - |
| XYZ | 44.47 | 51.05 | 30.8 | - |
| YUV | 185.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 136 | 0.03 | 0 | 0.30 | 0.24 | 66.21 | 0.32 | 0.65 |
| Hex | BC | C2 | 88 | 3 | 0 | 1E | 18 | 42 | 20 | 41 |
| Octal | 274 | 302 | 210 | 3 | 0 | 36 | 30 | 102 | 40 | 101 |
| Binary | 10111100 | 11000010 | 10001000 | 11 | 0 | 11110 | 11000 | 1000010 | 100000 | 1000001 |
Color Harmonies of #BCC288
Complementary color
Monochromatic Colors of #BCC288
Black with #BCC288
Text Example
Text Example
White with #BCC288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC288; }
p { color: rgb(188,194,136); }
H1.HeaderClassName
{
color: #BCC288;
}
.AnyTagClassName
{
color: #BCC288;
}
</style>
background-color css
<style>
a { background-color: #BCC288; }
a { background-color: rgb(188,194,136); }
div.DivClassName
{
background-color: #BCC288;
}
.BgClassName
{
background-color: #BCC288;
}
</style>
border-color css
<style>
span { border-color: #BCC288; }
span { border-color: rgb(188,194,136); }
td.TdClassName
{
border-color: #BCC288;
}
.TagClassName
{
border-color: #BCC288;
}
</style>