Shades of Pine Glade #BCC688
Tints of Pine Glade #BCC688
RGB
CMYK
RGB Variations
Color information
#BCC688 (or 0xBCC688) is known color: Pine Glade. HEX triplet: BC, C6 and 88. RGB value is (188,198,136). Sum of RGB (Red+Green+Blue) = 188+198+136=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC688 is #433977. Grayscale: #BCBCBC. Windows color (decimal): -4405624 or 8963772. OLE color: 8963772.
HSL color Cylindrical-coordinate representation of color #BCC688: hue angle of 69.68º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCC688 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 136 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.22 |
| HSL | 69.68º | 0.35% | 0.65% | - |
| HSV(B) | 69.68º | 0.31% | 0.78% | - |
| XYZ | 45.38 | 52.86 | 31.1 | - |
| YUV | 187.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 136 | 0.05 | 0 | 0.31 | 0.22 | 69.68 | 0.35 | 0.65 |
| Hex | BC | C6 | 88 | 5 | 0 | 1F | 16 | 46 | 23 | 41 |
| Octal | 274 | 306 | 210 | 5 | 0 | 37 | 26 | 106 | 43 | 101 |
| Binary | 10111100 | 11000110 | 10001000 | 101 | 0 | 11111 | 10110 | 1000110 | 100011 | 1000001 |
Color Harmonies of #BCC688
Complementary color
Monochromatic Colors of #BCC688
Black with #BCC688
Text Example
Text Example
White with #BCC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC688; }
p { color: rgb(188,198,136); }
H1.HeaderClassName
{
color: #BCC688;
}
.AnyTagClassName
{
color: #BCC688;
}
</style>
background-color css
<style>
a { background-color: #BCC688; }
a { background-color: rgb(188,198,136); }
div.DivClassName
{
background-color: #BCC688;
}
.BgClassName
{
background-color: #BCC688;
}
</style>
border-color css
<style>
span { border-color: #BCC688; }
span { border-color: rgb(188,198,136); }
td.TdClassName
{
border-color: #BCC688;
}
.TagClassName
{
border-color: #BCC688;
}
</style>