Shades of Pine Glade #BCC183
Tints of Pine Glade #BCC183
RGB
CMYK
RGB Variations
Color information
#BCC183 (or 0xBCC183) is known color: Pine Glade. HEX triplet: BC, C1 and 83. RGB value is (188,193,131). Sum of RGB (Red+Green+Blue) = 188+193+131=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC183 is #433E7C. Grayscale: #B8B8B8. Windows color (decimal): -4406909 or 8634812. OLE color: 8634812.
HSL color Cylindrical-coordinate representation of color #BCC183: hue angle of 64.84º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCC183 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 131 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.24 |
| HSL | 64.84º | 0.33% | 0.64% | - |
| HSV(B) | 64.84º | 0.32% | 0.76% | - |
| XYZ | 43.91 | 50.47 | 28.9 | - |
| YUV | 184.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 131 | 0.03 | 0 | 0.32 | 0.24 | 64.84 | 0.33 | 0.64 |
| Hex | BC | C1 | 83 | 3 | 0 | 20 | 18 | 41 | 21 | 40 |
| Octal | 274 | 301 | 203 | 3 | 0 | 40 | 30 | 101 | 41 | 100 |
| Binary | 10111100 | 11000001 | 10000011 | 11 | 0 | 100000 | 11000 | 1000001 | 100001 | 1000000 |
Color Harmonies of #BCC183
Complementary color
Monochromatic Colors of #BCC183
Black with #BCC183
Text Example
Text Example
White with #BCC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC183; }
p { color: rgb(188,193,131); }
H1.HeaderClassName
{
color: #BCC183;
}
.AnyTagClassName
{
color: #BCC183;
}
</style>
background-color css
<style>
a { background-color: #BCC183; }
a { background-color: rgb(188,193,131); }
div.DivClassName
{
background-color: #BCC183;
}
.BgClassName
{
background-color: #BCC183;
}
</style>
border-color css
<style>
span { border-color: #BCC183; }
span { border-color: rgb(188,193,131); }
td.TdClassName
{
border-color: #BCC183;
}
.TagClassName
{
border-color: #BCC183;
}
</style>