Shades of Caper #B2CA87
Tints of Caper #B2CA87
RGB
CMYK
RGB Variations
Color information
#B2CA87 (or 0xB2CA87) is known color: Caper. HEX triplet: B2, CA and 87. RGB value is (178,202,135). Sum of RGB (Red+Green+Blue) = 178+202+135=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA87 is #4D3578. Grayscale: #BBBBBB. Windows color (decimal): -5059961 or 8899250. OLE color: 8899250.
HSL color Cylindrical-coordinate representation of color #B2CA87: hue angle of 81.49º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2CA87 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 135 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.21 |
| HSL | 81.49º | 0.39% | 0.66% | - |
| HSV(B) | 81.49º | 0.33% | 0.79% | - |
| XYZ | 43.85 | 53.46 | 30.93 | - |
| YUV | 187.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 135 | 0.12 | 0 | 0.33 | 0.21 | 81.49 | 0.39 | 0.66 |
| Hex | B2 | CA | 87 | C | 0 | 21 | 15 | 51 | 27 | 42 |
| Octal | 262 | 312 | 207 | 14 | 0 | 41 | 25 | 121 | 47 | 102 |
| Binary | 10110010 | 11001010 | 10000111 | 1100 | 0 | 100001 | 10101 | 1010001 | 100111 | 1000010 |
Color Harmonies of #B2CA87
Complementary color
Monochromatic Colors of #B2CA87
Black with #B2CA87
Text Example
Text Example
White with #B2CA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA87; }
p { color: rgb(178,202,135); }
H1.HeaderClassName
{
color: #B2CA87;
}
.AnyTagClassName
{
color: #B2CA87;
}
</style>
background-color css
<style>
a { background-color: #B2CA87; }
a { background-color: rgb(178,202,135); }
div.DivClassName
{
background-color: #B2CA87;
}
.BgClassName
{
background-color: #B2CA87;
}
</style>
border-color css
<style>
span { border-color: #B2CA87; }
span { border-color: rgb(178,202,135); }
td.TdClassName
{
border-color: #B2CA87;
}
.TagClassName
{
border-color: #B2CA87;
}
</style>