Shades of Caper #BBCC85
Tints of Caper #BBCC85
RGB
CMYK
RGB Variations
Color information
#BBCC85 (or 0xBBCC85) is known color: Caper. HEX triplet: BB, CC and 85. RGB value is (187,204,133). Sum of RGB (Red+Green+Blue) = 187+204+133=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC85 is #44337A. Grayscale: #BFBFBF. Windows color (decimal): -4469627 or 8768699. OLE color: 8768699.
HSL color Cylindrical-coordinate representation of color #BBCC85: hue angle of 74.37º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBCC85 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 133 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.2 |
| HSL | 74.37º | 0.41% | 0.66% | - |
| HSV(B) | 74.37º | 0.35% | 0.8% | - |
| XYZ | 46.32 | 55.44 | 30.45 | - |
| YUV | 190.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 133 | 0.08 | 0 | 0.35 | 0.2 | 74.37 | 0.41 | 0.66 |
| Hex | BB | CC | 85 | 8 | 0 | 23 | 14 | 4A | 29 | 42 |
| Octal | 273 | 314 | 205 | 10 | 0 | 43 | 24 | 112 | 51 | 102 |
| Binary | 10111011 | 11001100 | 10000101 | 1000 | 0 | 100011 | 10100 | 1001010 | 101001 | 1000010 |
Color Harmonies of #BBCC85
Complementary color
Monochromatic Colors of #BBCC85
Black with #BBCC85
Text Example
Text Example
White with #BBCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC85; }
p { color: rgb(187,204,133); }
H1.HeaderClassName
{
color: #BBCC85;
}
.AnyTagClassName
{
color: #BBCC85;
}
</style>
background-color css
<style>
a { background-color: #BBCC85; }
a { background-color: rgb(187,204,133); }
div.DivClassName
{
background-color: #BBCC85;
}
.BgClassName
{
background-color: #BBCC85;
}
</style>
border-color css
<style>
span { border-color: #BBCC85; }
span { border-color: rgb(187,204,133); }
td.TdClassName
{
border-color: #BBCC85;
}
.TagClassName
{
border-color: #BBCC85;
}
</style>