Shades of Caper #BBD576
Tints of Caper #BBD576
RGB
CMYK
RGB Variations
Color information
#BBD576 (or 0xBBD576) is known color: Caper. HEX triplet: BB, D5 and 76. RGB value is (187,213,118). Sum of RGB (Red+Green+Blue) = 187+213+118=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD576 is #442A89. Grayscale: #C2C2C2. Windows color (decimal): -4467338 or 7787963. OLE color: 7787963.
HSL color Cylindrical-coordinate representation of color #BBD576: hue angle of 76.42º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD576 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 118 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.16 |
| HSL | 76.42º | 0.53% | 0.65% | - |
| HSV(B) | 76.42º | 0.45% | 0.84% | - |
| XYZ | 47.56 | 59.46 | 26.11 | - |
| YUV | 194.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 118 | 0.12 | 0 | 0.45 | 0.16 | 76.42 | 0.53 | 0.65 |
| Hex | BB | D5 | 76 | C | 0 | 2D | 10 | 4C | 35 | 41 |
| Octal | 273 | 325 | 166 | 14 | 0 | 55 | 20 | 114 | 65 | 101 |
| Binary | 10111011 | 11010101 | 1110110 | 1100 | 0 | 101101 | 10000 | 1001100 | 110101 | 1000001 |
Color Harmonies of #BBD576
Complementary color
Monochromatic Colors of #BBD576
Black with #BBD576
Text Example
Text Example
White with #BBD576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD576; }
p { color: rgb(187,213,118); }
H1.HeaderClassName
{
color: #BBD576;
}
.AnyTagClassName
{
color: #BBD576;
}
</style>
background-color css
<style>
a { background-color: #BBD576; }
a { background-color: rgb(187,213,118); }
div.DivClassName
{
background-color: #BBD576;
}
.BgClassName
{
background-color: #BBD576;
}
</style>
border-color css
<style>
span { border-color: #BBD576; }
span { border-color: rgb(187,213,118); }
td.TdClassName
{
border-color: #BBD576;
}
.TagClassName
{
border-color: #BBD576;
}
</style>