Shades of Caper #BCCF86
Tints of Caper #BCCF86
RGB
CMYK
RGB Variations
Color information
#BCCF86 (or 0xBCCF86) is known color: Caper. HEX triplet: BC, CF and 86. RGB value is (188,207,134). Sum of RGB (Red+Green+Blue) = 188+207+134=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF86 is #433079. Grayscale: #C1C1C1. Windows color (decimal): -4403322 or 8835004. OLE color: 8835004.
HSL color Cylindrical-coordinate representation of color #BCCF86: hue angle of 75.62º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCCF86 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 134 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.19 |
| HSL | 75.62º | 0.43% | 0.67% | - |
| HSV(B) | 75.62º | 0.35% | 0.81% | - |
| XYZ | 47.35 | 57.04 | 31.07 | - |
| YUV | 193 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 134 | 0.09 | 0 | 0.35 | 0.19 | 75.62 | 0.43 | 0.67 |
| Hex | BC | CF | 86 | 9 | 0 | 23 | 13 | 4C | 2B | 43 |
| Octal | 274 | 317 | 206 | 11 | 0 | 43 | 23 | 114 | 53 | 103 |
| Binary | 10111100 | 11001111 | 10000110 | 1001 | 0 | 100011 | 10011 | 1001100 | 101011 | 1000011 |
Color Harmonies of #BCCF86
Complementary color
Monochromatic Colors of #BCCF86
Black with #BCCF86
Text Example
Text Example
White with #BCCF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF86; }
p { color: rgb(188,207,134); }
H1.HeaderClassName
{
color: #BCCF86;
}
.AnyTagClassName
{
color: #BCCF86;
}
</style>
background-color css
<style>
a { background-color: #BCCF86; }
a { background-color: rgb(188,207,134); }
div.DivClassName
{
background-color: #BCCF86;
}
.BgClassName
{
background-color: #BCCF86;
}
</style>
border-color css
<style>
span { border-color: #BCCF86; }
span { border-color: rgb(188,207,134); }
td.TdClassName
{
border-color: #BCCF86;
}
.TagClassName
{
border-color: #BCCF86;
}
</style>