Shades of Caper #BBCC86
Tints of Caper #BBCC86
RGB
CMYK
RGB Variations
Color information
#BBCC86 (or 0xBBCC86) is known color: Caper. HEX triplet: BB, CC and 86. RGB value is (187,204,134). Sum of RGB (Red+Green+Blue) = 187+204+134=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC86 is #443379. Grayscale: #BFBFBF. Windows color (decimal): -4469626 or 8834235. OLE color: 8834235.
HSL color Cylindrical-coordinate representation of color #BBCC86: hue angle of 74.57º 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 #BBCC86 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 134 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.2 |
| HSL | 74.57º | 0.41% | 0.66% | - |
| HSV(B) | 74.57º | 0.34% | 0.8% | - |
| XYZ | 46.39 | 55.47 | 30.82 | - |
| YUV | 190.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 134 | 0.08 | 0 | 0.34 | 0.2 | 74.57 | 0.41 | 0.66 |
| Hex | BB | CC | 86 | 8 | 0 | 22 | 14 | 4B | 29 | 42 |
| Octal | 273 | 314 | 206 | 10 | 0 | 42 | 24 | 113 | 51 | 102 |
| Binary | 10111011 | 11001100 | 10000110 | 1000 | 0 | 100010 | 10100 | 1001011 | 101001 | 1000010 |
Color Harmonies of #BBCC86
Complementary color
Monochromatic Colors of #BBCC86
Black with #BBCC86
Text Example
Text Example
White with #BBCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC86; }
p { color: rgb(187,204,134); }
H1.HeaderClassName
{
color: #BBCC86;
}
.AnyTagClassName
{
color: #BBCC86;
}
</style>
background-color css
<style>
a { background-color: #BBCC86; }
a { background-color: rgb(187,204,134); }
div.DivClassName
{
background-color: #BBCC86;
}
.BgClassName
{
background-color: #BBCC86;
}
</style>
border-color css
<style>
span { border-color: #BBCC86; }
span { border-color: rgb(187,204,134); }
td.TdClassName
{
border-color: #BBCC86;
}
.TagClassName
{
border-color: #BBCC86;
}
</style>