Shades of Caper #BBCB85
Tints of Caper #BBCB85
RGB
CMYK
RGB Variations
Color information
#BBCB85 (or 0xBBCB85) is known color: Caper. HEX triplet: BB, CB and 85. RGB value is (187,203,133). Sum of RGB (Red+Green+Blue) = 187+203+133=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB85 is #44347A. Grayscale: #BEBEBE. Windows color (decimal): -4469883 or 8768443. OLE color: 8768443.
HSL color Cylindrical-coordinate representation of color #BBCB85: hue angle of 73.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBCB85 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 133 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.20 |
| HSL | 73.71º | 0.4% | 0.66% | - |
| HSV(B) | 73.71º | 0.34% | 0.8% | - |
| XYZ | 46.08 | 54.97 | 30.37 | - |
| YUV | 190.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 133 | 0.08 | 0 | 0.34 | 0.20 | 73.71 | 0.4 | 0.66 |
| Hex | BB | CB | 85 | 8 | 0 | 22 | 14 | 4A | 28 | 42 |
| Octal | 273 | 313 | 205 | 10 | 0 | 42 | 24 | 112 | 50 | 102 |
| Binary | 10111011 | 11001011 | 10000101 | 1000 | 0 | 100010 | 10100 | 1001010 | 101000 | 1000010 |
Color Harmonies of #BBCB85
Complementary color
Monochromatic Colors of #BBCB85
Black with #BBCB85
Text Example
Text Example
White with #BBCB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB85; }
p { color: rgb(187,203,133); }
H1.HeaderClassName
{
color: #BBCB85;
}
.AnyTagClassName
{
color: #BBCB85;
}
</style>
background-color css
<style>
a { background-color: #BBCB85; }
a { background-color: rgb(187,203,133); }
div.DivClassName
{
background-color: #BBCB85;
}
.BgClassName
{
background-color: #BBCB85;
}
</style>
border-color css
<style>
span { border-color: #BBCB85; }
span { border-color: rgb(187,203,133); }
td.TdClassName
{
border-color: #BBCB85;
}
.TagClassName
{
border-color: #BBCB85;
}
</style>