Shades of Caper #B2BA8F
Tints of Caper #B2BA8F
RGB
CMYK
RGB Variations
Color information
#B2BA8F (or 0xB2BA8F) is known color: Caper. HEX triplet: B2, BA and 8F. RGB value is (178,186,143). Sum of RGB (Red+Green+Blue) = 178+186+143=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA8F is #4D4570. Grayscale: #B2B2B2. Windows color (decimal): -5064049 or 9419442. OLE color: 9419442.
HSL color Cylindrical-coordinate representation of color #B2BA8F: hue angle of 71.16º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2BA8F is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 143 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.27 |
| HSL | 71.16º | 0.24% | 0.65% | - |
| HSV(B) | 71.16º | 0.23% | 0.73% | - |
| XYZ | 40.88 | 46.57 | 32.82 | - |
| YUV | 178.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 143 | 0.04 | 0 | 0.23 | 0.27 | 71.16 | 0.24 | 0.65 |
| Hex | B2 | BA | 8F | 4 | 0 | 17 | 1B | 47 | 18 | 41 |
| Octal | 262 | 272 | 217 | 4 | 0 | 27 | 33 | 107 | 30 | 101 |
| Binary | 10110010 | 10111010 | 10001111 | 100 | 0 | 10111 | 11011 | 1000111 | 11000 | 1000001 |
Color Harmonies of #B2BA8F
Complementary color
Monochromatic Colors of #B2BA8F
Black with #B2BA8F
Text Example
Text Example
White with #B2BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA8F; }
p { color: rgb(178,186,143); }
H1.HeaderClassName
{
color: #B2BA8F;
}
.AnyTagClassName
{
color: #B2BA8F;
}
</style>
background-color css
<style>
a { background-color: #B2BA8F; }
a { background-color: rgb(178,186,143); }
div.DivClassName
{
background-color: #B2BA8F;
}
.BgClassName
{
background-color: #B2BA8F;
}
</style>
border-color css
<style>
span { border-color: #B2BA8F; }
span { border-color: rgb(178,186,143); }
td.TdClassName
{
border-color: #B2BA8F;
}
.TagClassName
{
border-color: #B2BA8F;
}
</style>