Shades of Caper #B2BA8C
Tints of Caper #B2BA8C
RGB
CMYK
RGB Variations
Color information
#B2BA8C (or 0xB2BA8C) is known color: Caper. HEX triplet: B2, BA and 8C. RGB value is (178,186,140). Sum of RGB (Red+Green+Blue) = 178+186+140=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA8C is #4D4573. Grayscale: #B2B2B2. Windows color (decimal): -5064052 or 9222834. OLE color: 9222834.
HSL color Cylindrical-coordinate representation of color #B2BA8C: hue angle of 70.43º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BA8C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 140 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.27 |
| HSL | 70.43º | 0.25% | 0.64% | - |
| HSV(B) | 70.43º | 0.25% | 0.73% | - |
| XYZ | 40.65 | 46.48 | 31.64 | - |
| YUV | 178.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 140 | 0.04 | 0 | 0.25 | 0.27 | 70.43 | 0.25 | 0.64 |
| Hex | B2 | BA | 8C | 4 | 0 | 19 | 1B | 46 | 19 | 40 |
| Octal | 262 | 272 | 214 | 4 | 0 | 31 | 33 | 106 | 31 | 100 |
| Binary | 10110010 | 10111010 | 10001100 | 100 | 0 | 11001 | 11011 | 1000110 | 11001 | 1000000 |
Color Harmonies of #B2BA8C
Complementary color
Monochromatic Colors of #B2BA8C
Black with #B2BA8C
Text Example
Text Example
White with #B2BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA8C; }
p { color: rgb(178,186,140); }
H1.HeaderClassName
{
color: #B2BA8C;
}
.AnyTagClassName
{
color: #B2BA8C;
}
</style>
background-color css
<style>
a { background-color: #B2BA8C; }
a { background-color: rgb(178,186,140); }
div.DivClassName
{
background-color: #B2BA8C;
}
.BgClassName
{
background-color: #B2BA8C;
}
</style>
border-color css
<style>
span { border-color: #B2BA8C; }
span { border-color: rgb(178,186,140); }
td.TdClassName
{
border-color: #B2BA8C;
}
.TagClassName
{
border-color: #B2BA8C;
}
</style>