Shades of Caper #BBCC80
Tints of Caper #BBCC80
RGB
CMYK
RGB Variations
Color information
#BBCC80 (or 0xBBCC80) is known color: Caper. HEX triplet: BB, CC and 80. RGB value is (187,204,128). Sum of RGB (Red+Green+Blue) = 187+204+128=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC80 is #44337F. Grayscale: #BEBEBE. Windows color (decimal): -4469632 or 8441019. OLE color: 8441019.
HSL color Cylindrical-coordinate representation of color #BBCC80: hue angle of 73.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBCC80 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 128 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.2 |
| HSL | 73.42º | 0.43% | 0.65% | - |
| HSV(B) | 73.42º | 0.37% | 0.8% | - |
| XYZ | 45.98 | 55.31 | 28.67 | - |
| YUV | 190.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 128 | 0.08 | 0 | 0.37 | 0.2 | 73.42 | 0.43 | 0.65 |
| Hex | BB | CC | 80 | 8 | 0 | 25 | 14 | 49 | 2B | 41 |
| Octal | 273 | 314 | 200 | 10 | 0 | 45 | 24 | 111 | 53 | 101 |
| Binary | 10111011 | 11001100 | 10000000 | 1000 | 0 | 100101 | 10100 | 1001001 | 101011 | 1000001 |
Color Harmonies of #BBCC80
Complementary color
Monochromatic Colors of #BBCC80
Black with #BBCC80
Text Example
Text Example
White with #BBCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC80; }
p { color: rgb(187,204,128); }
H1.HeaderClassName
{
color: #BBCC80;
}
.AnyTagClassName
{
color: #BBCC80;
}
</style>
background-color css
<style>
a { background-color: #BBCC80; }
a { background-color: rgb(187,204,128); }
div.DivClassName
{
background-color: #BBCC80;
}
.BgClassName
{
background-color: #BBCC80;
}
</style>
border-color css
<style>
span { border-color: #BBCC80; }
span { border-color: rgb(187,204,128); }
td.TdClassName
{
border-color: #BBCC80;
}
.TagClassName
{
border-color: #BBCC80;
}
</style>