Shades of Pine Glade #BCC083
Tints of Pine Glade #BCC083
RGB
CMYK
RGB Variations
Color information
#BCC083 (or 0xBCC083) is known color: Pine Glade. HEX triplet: BC, C0 and 83. RGB value is (188,192,131). Sum of RGB (Red+Green+Blue) = 188+192+131=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC083 is #433F7C. Grayscale: #B8B8B8. Windows color (decimal): -4407165 or 8634556. OLE color: 8634556.
HSL color Cylindrical-coordinate representation of color #BCC083: hue angle of 63.93º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCC083 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 131 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.25 |
| HSL | 63.93º | 0.33% | 0.63% | - |
| HSV(B) | 63.93º | 0.32% | 0.75% | - |
| XYZ | 43.69 | 50.03 | 28.83 | - |
| YUV | 183.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 131 | 0.02 | 0 | 0.32 | 0.25 | 63.93 | 0.33 | 0.63 |
| Hex | BC | C0 | 83 | 2 | 0 | 20 | 19 | 40 | 21 | 3F |
| Octal | 274 | 300 | 203 | 2 | 0 | 40 | 31 | 100 | 41 | 77 |
| Binary | 10111100 | 11000000 | 10000011 | 10 | 0 | 100000 | 11001 | 1000000 | 100001 | 111111 |
Color Harmonies of #BCC083
Complementary color
Monochromatic Colors of #BCC083
Black with #BCC083
Text Example
Text Example
White with #BCC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC083; }
p { color: rgb(188,192,131); }
H1.HeaderClassName
{
color: #BCC083;
}
.AnyTagClassName
{
color: #BCC083;
}
</style>
background-color css
<style>
a { background-color: #BCC083; }
a { background-color: rgb(188,192,131); }
div.DivClassName
{
background-color: #BCC083;
}
.BgClassName
{
background-color: #BCC083;
}
</style>
border-color css
<style>
span { border-color: #BCC083; }
span { border-color: rgb(188,192,131); }
td.TdClassName
{
border-color: #BCC083;
}
.TagClassName
{
border-color: #BCC083;
}
</style>