Shades of Caper #B2BB8C
Tints of Caper #B2BB8C
RGB
CMYK
RGB Variations
Color information
#B2BB8C (or 0xB2BB8C) is known color: Caper. HEX triplet: B2, BB and 8C. RGB value is (178,187,140). Sum of RGB (Red+Green+Blue) = 178+187+140=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB8C is #4D4473. Grayscale: #B3B3B3. Windows color (decimal): -5063796 or 9223090. OLE color: 9223090.
HSL color Cylindrical-coordinate representation of color #B2BB8C: hue angle of 71.49º degrees, saturation: 0.26, 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 #B2BB8C is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 140 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.27 |
| HSL | 71.49º | 0.26% | 0.64% | - |
| HSV(B) | 71.49º | 0.25% | 0.73% | - |
| XYZ | 40.86 | 46.9 | 31.71 | - |
| YUV | 178.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 140 | 0.05 | 0 | 0.25 | 0.27 | 71.49 | 0.26 | 0.64 |
| Hex | B2 | BB | 8C | 5 | 0 | 19 | 1B | 47 | 1A | 40 |
| Octal | 262 | 273 | 214 | 5 | 0 | 31 | 33 | 107 | 32 | 100 |
| Binary | 10110010 | 10111011 | 10001100 | 101 | 0 | 11001 | 11011 | 1000111 | 11010 | 1000000 |
Color Harmonies of #B2BB8C
Complementary color
Monochromatic Colors of #B2BB8C
Black with #B2BB8C
Text Example
Text Example
White with #B2BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB8C; }
p { color: rgb(178,187,140); }
H1.HeaderClassName
{
color: #B2BB8C;
}
.AnyTagClassName
{
color: #B2BB8C;
}
</style>
background-color css
<style>
a { background-color: #B2BB8C; }
a { background-color: rgb(178,187,140); }
div.DivClassName
{
background-color: #B2BB8C;
}
.BgClassName
{
background-color: #B2BB8C;
}
</style>
border-color css
<style>
span { border-color: #B2BB8C; }
span { border-color: rgb(178,187,140); }
td.TdClassName
{
border-color: #B2BB8C;
}
.TagClassName
{
border-color: #B2BB8C;
}
</style>