Shades of Caper #BBD084
Tints of Caper #BBD084
RGB
CMYK
RGB Variations
Color information
#BBD084 (or 0xBBD084) is known color: Caper. HEX triplet: BB, D0 and 84. RGB value is (187,208,132). Sum of RGB (Red+Green+Blue) = 187+208+132=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD084 is #442F7B. Grayscale: #C1C1C1. Windows color (decimal): -4468604 or 8704187. OLE color: 8704187.
HSL color Cylindrical-coordinate representation of color #BBD084: hue angle of 76.58º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBD084 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 132 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.18 |
| HSL | 76.58º | 0.45% | 0.67% | - |
| HSV(B) | 76.58º | 0.37% | 0.82% | - |
| XYZ | 47.21 | 57.34 | 30.41 | - |
| YUV | 193.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 132 | 0.10 | 0 | 0.37 | 0.18 | 76.58 | 0.45 | 0.67 |
| Hex | BB | D0 | 84 | A | 0 | 25 | 12 | 4D | 2D | 43 |
| Octal | 273 | 320 | 204 | 12 | 0 | 45 | 22 | 115 | 55 | 103 |
| Binary | 10111011 | 11010000 | 10000100 | 1010 | 0 | 100101 | 10010 | 1001101 | 101101 | 1000011 |
Color Harmonies of #BBD084
Complementary color
Monochromatic Colors of #BBD084
Black with #BBD084
Text Example
Text Example
White with #BBD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD084; }
p { color: rgb(187,208,132); }
H1.HeaderClassName
{
color: #BBD084;
}
.AnyTagClassName
{
color: #BBD084;
}
</style>
background-color css
<style>
a { background-color: #BBD084; }
a { background-color: rgb(187,208,132); }
div.DivClassName
{
background-color: #BBD084;
}
.BgClassName
{
background-color: #BBD084;
}
</style>
border-color css
<style>
span { border-color: #BBD084; }
span { border-color: rgb(187,208,132); }
td.TdClassName
{
border-color: #BBD084;
}
.TagClassName
{
border-color: #BBD084;
}
</style>