Shades of Caper #BBCB88
Tints of Caper #BBCB88
RGB
CMYK
RGB Variations
Color information
#BBCB88 (or 0xBBCB88) is known color: Caper. HEX triplet: BB, CB and 88. RGB value is (187,203,136). Sum of RGB (Red+Green+Blue) = 187+203+136=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB88 is #443477. Grayscale: #BEBEBE. Windows color (decimal): -4469880 or 8965051. OLE color: 8965051.
HSL color Cylindrical-coordinate representation of color #BBCB88: hue angle of 74.33º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBCB88 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 136 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.20 |
| HSL | 74.33º | 0.39% | 0.66% | - |
| HSV(B) | 74.33º | 0.33% | 0.8% | - |
| XYZ | 46.29 | 55.05 | 31.48 | - |
| YUV | 190.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 136 | 0.08 | 0 | 0.33 | 0.20 | 74.33 | 0.39 | 0.66 |
| Hex | BB | CB | 88 | 8 | 0 | 21 | 14 | 4A | 27 | 42 |
| Octal | 273 | 313 | 210 | 10 | 0 | 41 | 24 | 112 | 47 | 102 |
| Binary | 10111011 | 11001011 | 10001000 | 1000 | 0 | 100001 | 10100 | 1001010 | 100111 | 1000010 |
Color Harmonies of #BBCB88
Complementary color
Monochromatic Colors of #BBCB88
Black with #BBCB88
Text Example
Text Example
White with #BBCB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB88; }
p { color: rgb(187,203,136); }
H1.HeaderClassName
{
color: #BBCB88;
}
.AnyTagClassName
{
color: #BBCB88;
}
</style>
background-color css
<style>
a { background-color: #BBCB88; }
a { background-color: rgb(187,203,136); }
div.DivClassName
{
background-color: #BBCB88;
}
.BgClassName
{
background-color: #BBCB88;
}
</style>
border-color css
<style>
span { border-color: #BBCB88; }
span { border-color: rgb(187,203,136); }
td.TdClassName
{
border-color: #BBCB88;
}
.TagClassName
{
border-color: #BBCB88;
}
</style>