Shades of Caper #BBD284
Tints of Caper #BBD284
RGB
CMYK
RGB Variations
Color information
#BBD284 (or 0xBBD284) is known color: Caper. HEX triplet: BB, D2 and 84. RGB value is (187,210,132). Sum of RGB (Red+Green+Blue) = 187+210+132=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD284 is #442D7B. Grayscale: #C2C2C2. Windows color (decimal): -4468092 or 8704699. OLE color: 8704699.
HSL color Cylindrical-coordinate representation of color #BBD284: hue angle of 77.69º degrees, saturation: 0.46, 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 #BBD284 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 132 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.18 |
| HSL | 77.69º | 0.46% | 0.67% | - |
| HSV(B) | 77.69º | 0.37% | 0.82% | - |
| XYZ | 47.7 | 58.32 | 30.57 | - |
| YUV | 194.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 132 | 0.11 | 0 | 0.37 | 0.18 | 77.69 | 0.46 | 0.67 |
| Hex | BB | D2 | 84 | B | 0 | 25 | 12 | 4E | 2E | 43 |
| Octal | 273 | 322 | 204 | 13 | 0 | 45 | 22 | 116 | 56 | 103 |
| Binary | 10111011 | 11010010 | 10000100 | 1011 | 0 | 100101 | 10010 | 1001110 | 101110 | 1000011 |
Color Harmonies of #BBD284
Complementary color
Monochromatic Colors of #BBD284
Black with #BBD284
Text Example
Text Example
White with #BBD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD284; }
p { color: rgb(187,210,132); }
H1.HeaderClassName
{
color: #BBD284;
}
.AnyTagClassName
{
color: #BBD284;
}
</style>
background-color css
<style>
a { background-color: #BBD284; }
a { background-color: rgb(187,210,132); }
div.DivClassName
{
background-color: #BBD284;
}
.BgClassName
{
background-color: #BBD284;
}
</style>
border-color css
<style>
span { border-color: #BBD284; }
span { border-color: rgb(187,210,132); }
td.TdClassName
{
border-color: #BBD284;
}
.TagClassName
{
border-color: #BBD284;
}
</style>