Shades of Caper #B2C188
Tints of Caper #B2C188
RGB
CMYK
RGB Variations
Color information
#B2C188 (or 0xB2C188) is known color: Caper. HEX triplet: B2, C1 and 88. RGB value is (178,193,136). Sum of RGB (Red+Green+Blue) = 178+193+136=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C188 is #4D3E77. Grayscale: #B6B6B6. Windows color (decimal): -5062264 or 8962482. OLE color: 8962482.
HSL color Cylindrical-coordinate representation of color #B2C188: hue angle of 75.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C188 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 136 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.24 |
| HSL | 75.79º | 0.31% | 0.65% | - |
| HSV(B) | 75.79º | 0.3% | 0.76% | - |
| XYZ | 41.87 | 49.38 | 30.62 | - |
| YUV | 182.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 136 | 0.08 | 0 | 0.30 | 0.24 | 75.79 | 0.31 | 0.65 |
| Hex | B2 | C1 | 88 | 8 | 0 | 1E | 18 | 4C | 1F | 41 |
| Octal | 262 | 301 | 210 | 10 | 0 | 36 | 30 | 114 | 37 | 101 |
| Binary | 10110010 | 11000001 | 10001000 | 1000 | 0 | 11110 | 11000 | 1001100 | 11111 | 1000001 |
Color Harmonies of #B2C188
Complementary color
Monochromatic Colors of #B2C188
Black with #B2C188
Text Example
Text Example
White with #B2C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C188; }
p { color: rgb(178,193,136); }
H1.HeaderClassName
{
color: #B2C188;
}
.AnyTagClassName
{
color: #B2C188;
}
</style>
background-color css
<style>
a { background-color: #B2C188; }
a { background-color: rgb(178,193,136); }
div.DivClassName
{
background-color: #B2C188;
}
.BgClassName
{
background-color: #B2C188;
}
</style>
border-color css
<style>
span { border-color: #B2C188; }
span { border-color: rgb(178,193,136); }
td.TdClassName
{
border-color: #B2C188;
}
.TagClassName
{
border-color: #B2C188;
}
</style>