Shades of Caper #BBD276
Tints of Caper #BBD276
RGB
CMYK
RGB Variations
Color information
#BBD276 (or 0xBBD276) is known color: Caper. HEX triplet: BB, D2 and 76. RGB value is (187,210,118). Sum of RGB (Red+Green+Blue) = 187+210+118=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD276 is #442D89. Grayscale: #C0C0C0. Windows color (decimal): -4468106 or 7787195. OLE color: 7787195.
HSL color Cylindrical-coordinate representation of color #BBD276: hue angle of 75º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBD276 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 118 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.18 |
| HSL | 75º | 0.51% | 0.64% | - |
| HSV(B) | 75º | 0.44% | 0.82% | - |
| XYZ | 46.81 | 57.97 | 25.86 | - |
| YUV | 192.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 118 | 0.11 | 0 | 0.44 | 0.18 | 75 | 0.51 | 0.64 |
| Hex | BB | D2 | 76 | B | 0 | 2C | 12 | 4B | 33 | 40 |
| Octal | 273 | 322 | 166 | 13 | 0 | 54 | 22 | 113 | 63 | 100 |
| Binary | 10111011 | 11010010 | 1110110 | 1011 | 0 | 101100 | 10010 | 1001011 | 110011 | 1000000 |
Color Harmonies of #BBD276
Complementary color
Monochromatic Colors of #BBD276
Black with #BBD276
Text Example
Text Example
White with #BBD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD276; }
p { color: rgb(187,210,118); }
H1.HeaderClassName
{
color: #BBD276;
}
.AnyTagClassName
{
color: #BBD276;
}
</style>
background-color css
<style>
a { background-color: #BBD276; }
a { background-color: rgb(187,210,118); }
div.DivClassName
{
background-color: #BBD276;
}
.BgClassName
{
background-color: #BBD276;
}
</style>
border-color css
<style>
span { border-color: #BBD276; }
span { border-color: rgb(187,210,118); }
td.TdClassName
{
border-color: #BBD276;
}
.TagClassName
{
border-color: #BBD276;
}
</style>