Shades of Caper #B2CA88
Tints of Caper #B2CA88
RGB
CMYK
RGB Variations
Color information
#B2CA88 (or 0xB2CA88) is known color: Caper. HEX triplet: B2, CA and 88. RGB value is (178,202,136). Sum of RGB (Red+Green+Blue) = 178+202+136=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA88 is #4D3577. Grayscale: #BBBBBB. Windows color (decimal): -5059960 or 8964786. OLE color: 8964786.
HSL color Cylindrical-coordinate representation of color #B2CA88: hue angle of 81.82º degrees, saturation: 0.38, 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 #B2CA88 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 136 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.21 |
| HSL | 81.82º | 0.38% | 0.66% | - |
| HSV(B) | 81.82º | 0.33% | 0.79% | - |
| XYZ | 43.92 | 53.48 | 31.3 | - |
| YUV | 187.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 136 | 0.12 | 0 | 0.33 | 0.21 | 81.82 | 0.38 | 0.66 |
| Hex | B2 | CA | 88 | C | 0 | 21 | 15 | 52 | 26 | 42 |
| Octal | 262 | 312 | 210 | 14 | 0 | 41 | 25 | 122 | 46 | 102 |
| Binary | 10110010 | 11001010 | 10001000 | 1100 | 0 | 100001 | 10101 | 1010010 | 100110 | 1000010 |
Color Harmonies of #B2CA88
Complementary color
Monochromatic Colors of #B2CA88
Black with #B2CA88
Text Example
Text Example
White with #B2CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA88; }
p { color: rgb(178,202,136); }
H1.HeaderClassName
{
color: #B2CA88;
}
.AnyTagClassName
{
color: #B2CA88;
}
</style>
background-color css
<style>
a { background-color: #B2CA88; }
a { background-color: rgb(178,202,136); }
div.DivClassName
{
background-color: #B2CA88;
}
.BgClassName
{
background-color: #B2CA88;
}
</style>
border-color css
<style>
span { border-color: #B2CA88; }
span { border-color: rgb(178,202,136); }
td.TdClassName
{
border-color: #B2CA88;
}
.TagClassName
{
border-color: #B2CA88;
}
</style>