Shades of Caper #BCCC86
Tints of Caper #BCCC86
RGB
CMYK
RGB Variations
Color information
#BCCC86 (or 0xBCCC86) is known color: Caper. HEX triplet: BC, CC and 86. RGB value is (188,204,134). Sum of RGB (Red+Green+Blue) = 188+204+134=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC86 is #433379. Grayscale: #BFBFBF. Windows color (decimal): -4404090 or 8834236. OLE color: 8834236.
HSL color Cylindrical-coordinate representation of color #BCCC86: hue angle of 73.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCCC86 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 134 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.2 |
| HSL | 73.71º | 0.41% | 0.66% | - |
| HSV(B) | 73.71º | 0.34% | 0.8% | - |
| XYZ | 46.63 | 55.6 | 30.83 | - |
| YUV | 191.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 134 | 0.08 | 0 | 0.34 | 0.2 | 73.71 | 0.41 | 0.66 |
| Hex | BC | CC | 86 | 8 | 0 | 22 | 14 | 4A | 29 | 42 |
| Octal | 274 | 314 | 206 | 10 | 0 | 42 | 24 | 112 | 51 | 102 |
| Binary | 10111100 | 11001100 | 10000110 | 1000 | 0 | 100010 | 10100 | 1001010 | 101001 | 1000010 |
Color Harmonies of #BCCC86
Complementary color
Monochromatic Colors of #BCCC86
Black with #BCCC86
Text Example
Text Example
White with #BCCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC86; }
p { color: rgb(188,204,134); }
H1.HeaderClassName
{
color: #BCCC86;
}
.AnyTagClassName
{
color: #BCCC86;
}
</style>
background-color css
<style>
a { background-color: #BCCC86; }
a { background-color: rgb(188,204,134); }
div.DivClassName
{
background-color: #BCCC86;
}
.BgClassName
{
background-color: #BCCC86;
}
</style>
border-color css
<style>
span { border-color: #BCCC86; }
span { border-color: rgb(188,204,134); }
td.TdClassName
{
border-color: #BCCC86;
}
.TagClassName
{
border-color: #BCCC86;
}
</style>