Shades of Caper #B2C888
Tints of Caper #B2C888
RGB
CMYK
RGB Variations
Color information
#B2C888 (or 0xB2C888) is known color: Caper. HEX triplet: B2, C8 and 88. RGB value is (178,200,136). Sum of RGB (Red+Green+Blue) = 178+200+136=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C888 is #4D3777. Grayscale: #BABABA. Windows color (decimal): -5060472 or 8964274. OLE color: 8964274.
HSL color Cylindrical-coordinate representation of color #B2C888: hue angle of 80.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2C888 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 136 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.22 |
| HSL | 80.63º | 0.37% | 0.66% | - |
| HSV(B) | 80.63º | 0.32% | 0.78% | - |
| XYZ | 43.46 | 52.55 | 31.15 | - |
| YUV | 186.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 136 | 0.11 | 0 | 0.32 | 0.22 | 80.63 | 0.37 | 0.66 |
| Hex | B2 | C8 | 88 | B | 0 | 20 | 16 | 51 | 25 | 42 |
| Octal | 262 | 310 | 210 | 13 | 0 | 40 | 26 | 121 | 45 | 102 |
| Binary | 10110010 | 11001000 | 10001000 | 1011 | 0 | 100000 | 10110 | 1010001 | 100101 | 1000010 |
Color Harmonies of #B2C888
Complementary color
Monochromatic Colors of #B2C888
Black with #B2C888
Text Example
Text Example
White with #B2C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C888; }
p { color: rgb(178,200,136); }
H1.HeaderClassName
{
color: #B2C888;
}
.AnyTagClassName
{
color: #B2C888;
}
</style>
background-color css
<style>
a { background-color: #B2C888; }
a { background-color: rgb(178,200,136); }
div.DivClassName
{
background-color: #B2C888;
}
.BgClassName
{
background-color: #B2C888;
}
</style>
border-color css
<style>
span { border-color: #B2C888; }
span { border-color: rgb(178,200,136); }
td.TdClassName
{
border-color: #B2C888;
}
.TagClassName
{
border-color: #B2C888;
}
</style>