Shades of Caper #B2BA8E
Tints of Caper #B2BA8E
RGB
CMYK
RGB Variations
Color information
#B2BA8E (or 0xB2BA8E) is known color: Caper. HEX triplet: B2, BA and 8E. RGB value is (178,186,142). Sum of RGB (Red+Green+Blue) = 178+186+142=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA8E is #4D4571. Grayscale: #B2B2B2. Windows color (decimal): -5064050 or 9353906. OLE color: 9353906.
HSL color Cylindrical-coordinate representation of color #B2BA8E: hue angle of 70.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BA8E is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 142 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.27 |
| HSL | 70.91º | 0.24% | 0.64% | - |
| HSV(B) | 70.91º | 0.24% | 0.73% | - |
| XYZ | 40.8 | 46.54 | 32.42 | - |
| YUV | 178.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 142 | 0.04 | 0 | 0.24 | 0.27 | 70.91 | 0.24 | 0.64 |
| Hex | B2 | BA | 8E | 4 | 0 | 18 | 1B | 47 | 18 | 40 |
| Octal | 262 | 272 | 216 | 4 | 0 | 30 | 33 | 107 | 30 | 100 |
| Binary | 10110010 | 10111010 | 10001110 | 100 | 0 | 11000 | 11011 | 1000111 | 11000 | 1000000 |
Color Harmonies of #B2BA8E
Complementary color
Monochromatic Colors of #B2BA8E
Black with #B2BA8E
Text Example
Text Example
White with #B2BA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA8E; }
p { color: rgb(178,186,142); }
H1.HeaderClassName
{
color: #B2BA8E;
}
.AnyTagClassName
{
color: #B2BA8E;
}
</style>
background-color css
<style>
a { background-color: #B2BA8E; }
a { background-color: rgb(178,186,142); }
div.DivClassName
{
background-color: #B2BA8E;
}
.BgClassName
{
background-color: #B2BA8E;
}
</style>
border-color css
<style>
span { border-color: #B2BA8E; }
span { border-color: rgb(178,186,142); }
td.TdClassName
{
border-color: #B2BA8E;
}
.TagClassName
{
border-color: #B2BA8E;
}
</style>