Shades of Caper #BBD082
Tints of Caper #BBD082
RGB
CMYK
RGB Variations
Color information
#BBD082 (or 0xBBD082) is known color: Caper. HEX triplet: BB, D0 and 82. RGB value is (187,208,130). Sum of RGB (Red+Green+Blue) = 187+208+130=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD082 is #442F7D. Grayscale: #C1C1C1. Windows color (decimal): -4468606 or 8573115. OLE color: 8573115.
HSL color Cylindrical-coordinate representation of color #BBD082: hue angle of 76.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBD082 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 130 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.18 |
| HSL | 76.15º | 0.45% | 0.66% | - |
| HSV(B) | 76.15º | 0.38% | 0.82% | - |
| XYZ | 47.08 | 57.29 | 29.7 | - |
| YUV | 192.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 130 | 0.10 | 0 | 0.38 | 0.18 | 76.15 | 0.45 | 0.66 |
| Hex | BB | D0 | 82 | A | 0 | 26 | 12 | 4C | 2D | 42 |
| Octal | 273 | 320 | 202 | 12 | 0 | 46 | 22 | 114 | 55 | 102 |
| Binary | 10111011 | 11010000 | 10000010 | 1010 | 0 | 100110 | 10010 | 1001100 | 101101 | 1000010 |
Color Harmonies of #BBD082
Complementary color
Monochromatic Colors of #BBD082
Black with #BBD082
Text Example
Text Example
White with #BBD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD082; }
p { color: rgb(187,208,130); }
H1.HeaderClassName
{
color: #BBD082;
}
.AnyTagClassName
{
color: #BBD082;
}
</style>
background-color css
<style>
a { background-color: #BBD082; }
a { background-color: rgb(187,208,130); }
div.DivClassName
{
background-color: #BBD082;
}
.BgClassName
{
background-color: #BBD082;
}
</style>
border-color css
<style>
span { border-color: #BBD082; }
span { border-color: rgb(187,208,130); }
td.TdClassName
{
border-color: #BBD082;
}
.TagClassName
{
border-color: #BBD082;
}
</style>