Shades of Caper #B2BC88
Tints of Caper #B2BC88
RGB
CMYK
RGB Variations
Color information
#B2BC88 (or 0xB2BC88) is known color: Caper. HEX triplet: B2, BC and 88. RGB value is (178,188,136). Sum of RGB (Red+Green+Blue) = 178+188+136=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC88 is #4D4377. Grayscale: #B3B3B3. Windows color (decimal): -5063544 or 8961202. OLE color: 8961202.
HSL color Cylindrical-coordinate representation of color #B2BC88: hue angle of 71.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2BC88 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 136 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.26 |
| HSL | 71.54º | 0.28% | 0.64% | - |
| HSV(B) | 71.54º | 0.28% | 0.74% | - |
| XYZ | 40.79 | 47.21 | 30.26 | - |
| YUV | 179.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 136 | 0.05 | 0 | 0.28 | 0.26 | 71.54 | 0.28 | 0.64 |
| Hex | B2 | BC | 88 | 5 | 0 | 1C | 1A | 48 | 1C | 40 |
| Octal | 262 | 274 | 210 | 5 | 0 | 34 | 32 | 110 | 34 | 100 |
| Binary | 10110010 | 10111100 | 10001000 | 101 | 0 | 11100 | 11010 | 1001000 | 11100 | 1000000 |
Color Harmonies of #B2BC88
Complementary color
Monochromatic Colors of #B2BC88
Black with #B2BC88
Text Example
Text Example
White with #B2BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC88; }
p { color: rgb(178,188,136); }
H1.HeaderClassName
{
color: #B2BC88;
}
.AnyTagClassName
{
color: #B2BC88;
}
</style>
background-color css
<style>
a { background-color: #B2BC88; }
a { background-color: rgb(178,188,136); }
div.DivClassName
{
background-color: #B2BC88;
}
.BgClassName
{
background-color: #B2BC88;
}
</style>
border-color css
<style>
span { border-color: #B2BC88; }
span { border-color: rgb(178,188,136); }
td.TdClassName
{
border-color: #B2BC88;
}
.TagClassName
{
border-color: #B2BC88;
}
</style>