Shades of Caper #B8C988
Tints of Caper #B8C988
RGB
CMYK
RGB Variations
Color information
#B8C988 (or 0xB8C988) is known color: Caper. HEX triplet: B8, C9 and 88. RGB value is (184,201,136). Sum of RGB (Red+Green+Blue) = 184+201+136=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C988 is #473677. Grayscale: #BCBCBC. Windows color (decimal): -4667000 or 8964536. OLE color: 8964536.
HSL color Cylindrical-coordinate representation of color #B8C988: hue angle of 75.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8C988 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 136 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.21 |
| HSL | 75.69º | 0.38% | 0.66% | - |
| HSV(B) | 75.69º | 0.32% | 0.79% | - |
| XYZ | 45.1 | 53.74 | 31.29 | - |
| YUV | 188.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 136 | 0.08 | 0 | 0.32 | 0.21 | 75.69 | 0.38 | 0.66 |
| Hex | B8 | C9 | 88 | 8 | 0 | 20 | 15 | 4C | 26 | 42 |
| Octal | 270 | 311 | 210 | 10 | 0 | 40 | 25 | 114 | 46 | 102 |
| Binary | 10111000 | 11001001 | 10001000 | 1000 | 0 | 100000 | 10101 | 1001100 | 100110 | 1000010 |
Color Harmonies of #B8C988
Complementary color
Monochromatic Colors of #B8C988
Black with #B8C988
Text Example
Text Example
White with #B8C988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C988; }
p { color: rgb(184,201,136); }
H1.HeaderClassName
{
color: #B8C988;
}
.AnyTagClassName
{
color: #B8C988;
}
</style>
background-color css
<style>
a { background-color: #B8C988; }
a { background-color: rgb(184,201,136); }
div.DivClassName
{
background-color: #B8C988;
}
.BgClassName
{
background-color: #B8C988;
}
</style>
border-color css
<style>
span { border-color: #B8C988; }
span { border-color: rgb(184,201,136); }
td.TdClassName
{
border-color: #B8C988;
}
.TagClassName
{
border-color: #B8C988;
}
</style>