Shades of Caper #B9CF88
Tints of Caper #B9CF88
RGB
CMYK
RGB Variations
Color information
#B9CF88 (or 0xB9CF88) is known color: Caper. HEX triplet: B9, CF and 88. RGB value is (185,207,136). Sum of RGB (Red+Green+Blue) = 185+207+136=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CF88 is #463077. Grayscale: #C0C0C0. Windows color (decimal): -4599928 or 8966073. OLE color: 8966073.
HSL color Cylindrical-coordinate representation of color #B9CF88: hue angle of 78.59º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9CF88 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 136 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.19 |
| HSL | 78.59º | 0.43% | 0.67% | - |
| HSV(B) | 78.59º | 0.34% | 0.81% | - |
| XYZ | 46.76 | 56.72 | 31.78 | - |
| YUV | 192.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 136 | 0.11 | 0 | 0.34 | 0.19 | 78.59 | 0.43 | 0.67 |
| Hex | B9 | CF | 88 | B | 0 | 22 | 13 | 4F | 2B | 43 |
| Octal | 271 | 317 | 210 | 13 | 0 | 42 | 23 | 117 | 53 | 103 |
| Binary | 10111001 | 11001111 | 10001000 | 1011 | 0 | 100010 | 10011 | 1001111 | 101011 | 1000011 |
Color Harmonies of #B9CF88
Complementary color
Monochromatic Colors of #B9CF88
Black with #B9CF88
Text Example
Text Example
White with #B9CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF88; }
p { color: rgb(185,207,136); }
H1.HeaderClassName
{
color: #B9CF88;
}
.AnyTagClassName
{
color: #B9CF88;
}
</style>
background-color css
<style>
a { background-color: #B9CF88; }
a { background-color: rgb(185,207,136); }
div.DivClassName
{
background-color: #B9CF88;
}
.BgClassName
{
background-color: #B9CF88;
}
</style>
border-color css
<style>
span { border-color: #B9CF88; }
span { border-color: rgb(185,207,136); }
td.TdClassName
{
border-color: #B9CF88;
}
.TagClassName
{
border-color: #B9CF88;
}
</style>