Shades of Pine Glade #BCC275
Tints of Pine Glade #BCC275
RGB
CMYK
RGB Variations
Color information
#BCC275 (or 0xBCC275) is known color: Pine Glade. HEX triplet: BC, C2 and 75. RGB value is (188,194,117). Sum of RGB (Red+Green+Blue) = 188+194+117=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC275 is #433D8A. Grayscale: #B7B7B7. Windows color (decimal): -4406667 or 7717564. OLE color: 7717564.
HSL color Cylindrical-coordinate representation of color #BCC275: hue angle of 64.68º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCC275 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 117 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.24 |
| HSL | 64.68º | 0.39% | 0.61% | - |
| HSV(B) | 64.68º | 0.4% | 0.76% | - |
| XYZ | 43.24 | 50.56 | 24.31 | - |
| YUV | 183.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 117 | 0.03 | 0 | 0.40 | 0.24 | 64.68 | 0.39 | 0.61 |
| Hex | BC | C2 | 75 | 3 | 0 | 28 | 18 | 41 | 27 | 3D |
| Octal | 274 | 302 | 165 | 3 | 0 | 50 | 30 | 101 | 47 | 75 |
| Binary | 10111100 | 11000010 | 1110101 | 11 | 0 | 101000 | 11000 | 1000001 | 100111 | 111101 |
Color Harmonies of #BCC275
Complementary color
Monochromatic Colors of #BCC275
Black with #BCC275
Text Example
Text Example
White with #BCC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC275; }
p { color: rgb(188,194,117); }
H1.HeaderClassName
{
color: #BCC275;
}
.AnyTagClassName
{
color: #BCC275;
}
</style>
background-color css
<style>
a { background-color: #BCC275; }
a { background-color: rgb(188,194,117); }
div.DivClassName
{
background-color: #BCC275;
}
.BgClassName
{
background-color: #BCC275;
}
</style>
border-color css
<style>
span { border-color: #BCC275; }
span { border-color: rgb(188,194,117); }
td.TdClassName
{
border-color: #BCC275;
}
.TagClassName
{
border-color: #BCC275;
}
</style>