Shades of Caper #B2CB87
Tints of Caper #B2CB87
RGB
CMYK
RGB Variations
Color information
#B2CB87 (or 0xB2CB87) is known color: Caper. HEX triplet: B2, CB and 87. RGB value is (178,203,135). Sum of RGB (Red+Green+Blue) = 178+203+135=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB87 is #4D3478. Grayscale: #BCBCBC. Windows color (decimal): -5059705 or 8899506. OLE color: 8899506.
HSL color Cylindrical-coordinate representation of color #B2CB87: hue angle of 82.06º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2CB87 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 135 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.20 |
| HSL | 82.06º | 0.4% | 0.66% | - |
| HSV(B) | 82.06º | 0.33% | 0.8% | - |
| XYZ | 44.09 | 53.93 | 31.01 | - |
| YUV | 187.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 135 | 0.12 | 0 | 0.33 | 0.20 | 82.06 | 0.4 | 0.66 |
| Hex | B2 | CB | 87 | C | 0 | 21 | 14 | 52 | 28 | 42 |
| Octal | 262 | 313 | 207 | 14 | 0 | 41 | 24 | 122 | 50 | 102 |
| Binary | 10110010 | 11001011 | 10000111 | 1100 | 0 | 100001 | 10100 | 1010010 | 101000 | 1000010 |
Color Harmonies of #B2CB87
Complementary color
Monochromatic Colors of #B2CB87
Black with #B2CB87
Text Example
Text Example
White with #B2CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB87; }
p { color: rgb(178,203,135); }
H1.HeaderClassName
{
color: #B2CB87;
}
.AnyTagClassName
{
color: #B2CB87;
}
</style>
background-color css
<style>
a { background-color: #B2CB87; }
a { background-color: rgb(178,203,135); }
div.DivClassName
{
background-color: #B2CB87;
}
.BgClassName
{
background-color: #B2CB87;
}
</style>
border-color css
<style>
span { border-color: #B2CB87; }
span { border-color: rgb(178,203,135); }
td.TdClassName
{
border-color: #B2CB87;
}
.TagClassName
{
border-color: #B2CB87;
}
</style>