Shades of Caper #B2CC87
Tints of Caper #B2CC87
RGB
CMYK
RGB Variations
Color information
#B2CC87 (or 0xB2CC87) is known color: Caper. HEX triplet: B2, CC and 87. RGB value is (178,204,135). Sum of RGB (Red+Green+Blue) = 178+204+135=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CC87 is #4D3378. Grayscale: #BCBCBC. Windows color (decimal): -5059449 or 8899762. OLE color: 8899762.
HSL color Cylindrical-coordinate representation of color #B2CC87: hue angle of 82.61º degrees, saturation: 0.4, 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 #B2CC87 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 135 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.2 |
| HSL | 82.61º | 0.4% | 0.66% | - |
| HSV(B) | 82.61º | 0.34% | 0.8% | - |
| XYZ | 44.33 | 54.4 | 31.09 | - |
| YUV | 188.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 135 | 0.13 | 0 | 0.34 | 0.2 | 82.61 | 0.4 | 0.66 |
| Hex | B2 | CC | 87 | D | 0 | 22 | 14 | 53 | 28 | 42 |
| Octal | 262 | 314 | 207 | 15 | 0 | 42 | 24 | 123 | 50 | 102 |
| Binary | 10110010 | 11001100 | 10000111 | 1101 | 0 | 100010 | 10100 | 1010011 | 101000 | 1000010 |
Color Harmonies of #B2CC87
Complementary color
Monochromatic Colors of #B2CC87
Black with #B2CC87
Text Example
Text Example
White with #B2CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC87; }
p { color: rgb(178,204,135); }
H1.HeaderClassName
{
color: #B2CC87;
}
.AnyTagClassName
{
color: #B2CC87;
}
</style>
background-color css
<style>
a { background-color: #B2CC87; }
a { background-color: rgb(178,204,135); }
div.DivClassName
{
background-color: #B2CC87;
}
.BgClassName
{
background-color: #B2CC87;
}
</style>
border-color css
<style>
span { border-color: #B2CC87; }
span { border-color: rgb(178,204,135); }
td.TdClassName
{
border-color: #B2CC87;
}
.TagClassName
{
border-color: #B2CC87;
}
</style>