Shades of Caper #BCCE7C
Tints of Caper #BCCE7C
RGB
CMYK
RGB Variations
Color information
#BCCE7C (or 0xBCCE7C) is known color: Caper. HEX triplet: BC, CE and 7C. RGB value is (188,206,124). Sum of RGB (Red+Green+Blue) = 188+206+124=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE7C is #433183. Grayscale: #BFBFBF. Windows color (decimal): -4403588 or 8179388. OLE color: 8179388.
HSL color Cylindrical-coordinate representation of color #BCCE7C: hue angle of 73.17º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCE7C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 124 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.19 |
| HSL | 73.17º | 0.46% | 0.65% | - |
| HSV(B) | 73.17º | 0.4% | 0.81% | - |
| XYZ | 46.45 | 56.29 | 27.49 | - |
| YUV | 191.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 124 | 0.09 | 0 | 0.40 | 0.19 | 73.17 | 0.46 | 0.65 |
| Hex | BC | CE | 7C | 9 | 0 | 28 | 13 | 49 | 2E | 41 |
| Octal | 274 | 316 | 174 | 11 | 0 | 50 | 23 | 111 | 56 | 101 |
| Binary | 10111100 | 11001110 | 1111100 | 1001 | 0 | 101000 | 10011 | 1001001 | 101110 | 1000001 |
Color Harmonies of #BCCE7C
Complementary color
Monochromatic Colors of #BCCE7C
Black with #BCCE7C
Text Example
Text Example
White with #BCCE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE7C; }
p { color: rgb(188,206,124); }
H1.HeaderClassName
{
color: #BCCE7C;
}
.AnyTagClassName
{
color: #BCCE7C;
}
</style>
background-color css
<style>
a { background-color: #BCCE7C; }
a { background-color: rgb(188,206,124); }
div.DivClassName
{
background-color: #BCCE7C;
}
.BgClassName
{
background-color: #BCCE7C;
}
</style>
border-color css
<style>
span { border-color: #BCCE7C; }
span { border-color: rgb(188,206,124); }
td.TdClassName
{
border-color: #BCCE7C;
}
.TagClassName
{
border-color: #BCCE7C;
}
</style>