Shades of Caper #B2BD8F
Tints of Caper #B2BD8F
RGB
CMYK
RGB Variations
Color information
#B2BD8F (or 0xB2BD8F) is known color: Caper. HEX triplet: B2, BD and 8F. RGB value is (178,189,143). Sum of RGB (Red+Green+Blue) = 178+189+143=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD8F is #4D4270. Grayscale: #B4B4B4. Windows color (decimal): -5063281 or 9420210. OLE color: 9420210.
HSL color Cylindrical-coordinate representation of color #B2BD8F: hue angle of 74.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BD8F is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 143 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.26 |
| HSL | 74.35º | 0.26% | 0.65% | - |
| HSV(B) | 74.35º | 0.24% | 0.74% | - |
| XYZ | 41.52 | 47.84 | 33.03 | - |
| YUV | 180.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 143 | 0.06 | 0 | 0.24 | 0.26 | 74.35 | 0.26 | 0.65 |
| Hex | B2 | BD | 8F | 6 | 0 | 18 | 1A | 4A | 1A | 41 |
| Octal | 262 | 275 | 217 | 6 | 0 | 30 | 32 | 112 | 32 | 101 |
| Binary | 10110010 | 10111101 | 10001111 | 110 | 0 | 11000 | 11010 | 1001010 | 11010 | 1000001 |
Color Harmonies of #B2BD8F
Complementary color
Monochromatic Colors of #B2BD8F
Black with #B2BD8F
Text Example
Text Example
White with #B2BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD8F; }
p { color: rgb(178,189,143); }
H1.HeaderClassName
{
color: #B2BD8F;
}
.AnyTagClassName
{
color: #B2BD8F;
}
</style>
background-color css
<style>
a { background-color: #B2BD8F; }
a { background-color: rgb(178,189,143); }
div.DivClassName
{
background-color: #B2BD8F;
}
.BgClassName
{
background-color: #B2BD8F;
}
</style>
border-color css
<style>
span { border-color: #B2BD8F; }
span { border-color: rgb(178,189,143); }
td.TdClassName
{
border-color: #B2BD8F;
}
.TagClassName
{
border-color: #B2BD8F;
}
</style>