Shades of Caper #B2BC8B
Tints of Caper #B2BC8B
RGB
CMYK
RGB Variations
Color information
#B2BC8B (or 0xB2BC8B) is known color: Caper. HEX triplet: B2, BC and 8B. RGB value is (178,188,139). Sum of RGB (Red+Green+Blue) = 178+188+139=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC8B is #4D4374. Grayscale: #B3B3B3. Windows color (decimal): -5063541 or 9157810. OLE color: 9157810.
HSL color Cylindrical-coordinate representation of color #B2BC8B: hue angle of 72.24º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BC8B is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 139 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.26 |
| HSL | 72.24º | 0.27% | 0.64% | - |
| HSV(B) | 72.24º | 0.26% | 0.74% | - |
| XYZ | 41 | 47.3 | 31.39 | - |
| YUV | 179.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 139 | 0.05 | 0 | 0.26 | 0.26 | 72.24 | 0.27 | 0.64 |
| Hex | B2 | BC | 8B | 5 | 0 | 1A | 1A | 48 | 1B | 40 |
| Octal | 262 | 274 | 213 | 5 | 0 | 32 | 32 | 110 | 33 | 100 |
| Binary | 10110010 | 10111100 | 10001011 | 101 | 0 | 11010 | 11010 | 1001000 | 11011 | 1000000 |
Color Harmonies of #B2BC8B
Complementary color
Monochromatic Colors of #B2BC8B
Black with #B2BC8B
Text Example
Text Example
White with #B2BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC8B; }
p { color: rgb(178,188,139); }
H1.HeaderClassName
{
color: #B2BC8B;
}
.AnyTagClassName
{
color: #B2BC8B;
}
</style>
background-color css
<style>
a { background-color: #B2BC8B; }
a { background-color: rgb(178,188,139); }
div.DivClassName
{
background-color: #B2BC8B;
}
.BgClassName
{
background-color: #B2BC8B;
}
</style>
border-color css
<style>
span { border-color: #B2BC8B; }
span { border-color: rgb(178,188,139); }
td.TdClassName
{
border-color: #B2BC8B;
}
.TagClassName
{
border-color: #B2BC8B;
}
</style>