Shades of Caper #BBCF88
Tints of Caper #BBCF88
RGB
CMYK
RGB Variations
Color information
#BBCF88 (or 0xBBCF88) is known color: Caper. HEX triplet: BB, CF and 88. RGB value is (187,207,136). Sum of RGB (Red+Green+Blue) = 187+207+136=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF88 is #443077. Grayscale: #C1C1C1. Windows color (decimal): -4468856 or 8966075. OLE color: 8966075.
HSL color Cylindrical-coordinate representation of color #BBCF88: hue angle of 76.9º 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 #BBCF88 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 136 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.19 |
| HSL | 76.9º | 0.43% | 0.67% | - |
| HSV(B) | 76.9º | 0.34% | 0.81% | - |
| XYZ | 47.25 | 56.97 | 31.8 | - |
| YUV | 192.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 136 | 0.10 | 0 | 0.34 | 0.19 | 76.9 | 0.43 | 0.67 |
| Hex | BB | CF | 88 | A | 0 | 22 | 13 | 4D | 2B | 43 |
| Octal | 273 | 317 | 210 | 12 | 0 | 42 | 23 | 115 | 53 | 103 |
| Binary | 10111011 | 11001111 | 10001000 | 1010 | 0 | 100010 | 10011 | 1001101 | 101011 | 1000011 |
Color Harmonies of #BBCF88
Complementary color
Monochromatic Colors of #BBCF88
Black with #BBCF88
Text Example
Text Example
White with #BBCF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF88; }
p { color: rgb(187,207,136); }
H1.HeaderClassName
{
color: #BBCF88;
}
.AnyTagClassName
{
color: #BBCF88;
}
</style>
background-color css
<style>
a { background-color: #BBCF88; }
a { background-color: rgb(187,207,136); }
div.DivClassName
{
background-color: #BBCF88;
}
.BgClassName
{
background-color: #BBCF88;
}
</style>
border-color css
<style>
span { border-color: #BBCF88; }
span { border-color: rgb(187,207,136); }
td.TdClassName
{
border-color: #BBCF88;
}
.TagClassName
{
border-color: #BBCF88;
}
</style>