Shades of Caper #B2BB8B
Tints of Caper #B2BB8B
RGB
CMYK
RGB Variations
Color information
#B2BB8B (or 0xB2BB8B) is known color: Caper. HEX triplet: B2, BB and 8B. RGB value is (178,187,139). Sum of RGB (Red+Green+Blue) = 178+187+139=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB8B is #4D4474. Grayscale: #B3B3B3. Windows color (decimal): -5063797 or 9157554. OLE color: 9157554.
HSL color Cylindrical-coordinate representation of color #B2BB8B: hue angle of 71.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BB8B is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 139 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.27 |
| HSL | 71.25º | 0.26% | 0.64% | - |
| HSV(B) | 71.25º | 0.26% | 0.73% | - |
| XYZ | 40.79 | 46.87 | 31.32 | - |
| YUV | 178.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 139 | 0.05 | 0 | 0.26 | 0.27 | 71.25 | 0.26 | 0.64 |
| Hex | B2 | BB | 8B | 5 | 0 | 1A | 1B | 47 | 1A | 40 |
| Octal | 262 | 273 | 213 | 5 | 0 | 32 | 33 | 107 | 32 | 100 |
| Binary | 10110010 | 10111011 | 10001011 | 101 | 0 | 11010 | 11011 | 1000111 | 11010 | 1000000 |
Color Harmonies of #B2BB8B
Complementary color
Monochromatic Colors of #B2BB8B
Black with #B2BB8B
Text Example
Text Example
White with #B2BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB8B; }
p { color: rgb(178,187,139); }
H1.HeaderClassName
{
color: #B2BB8B;
}
.AnyTagClassName
{
color: #B2BB8B;
}
</style>
background-color css
<style>
a { background-color: #B2BB8B; }
a { background-color: rgb(178,187,139); }
div.DivClassName
{
background-color: #B2BB8B;
}
.BgClassName
{
background-color: #B2BB8B;
}
</style>
border-color css
<style>
span { border-color: #B2BB8B; }
span { border-color: rgb(178,187,139); }
td.TdClassName
{
border-color: #B2BB8B;
}
.TagClassName
{
border-color: #B2BB8B;
}
</style>