Shades of Caper #BBD386
Tints of Caper #BBD386
RGB
CMYK
RGB Variations
Color information
#BBD386 (or 0xBBD386) is known color: Caper. HEX triplet: BB, D3 and 86. RGB value is (187,211,134). Sum of RGB (Red+Green+Blue) = 187+211+134=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD386 is #442C79. Grayscale: #C3C3C3. Windows color (decimal): -4467834 or 8836027. OLE color: 8836027.
HSL color Cylindrical-coordinate representation of color #BBD386: hue angle of 78.7º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBD386 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 134 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.17 |
| HSL | 78.7º | 0.47% | 0.68% | - |
| HSV(B) | 78.7º | 0.36% | 0.83% | - |
| XYZ | 48.09 | 58.87 | 31.38 | - |
| YUV | 195.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 134 | 0.11 | 0 | 0.36 | 0.17 | 78.7 | 0.47 | 0.68 |
| Hex | BB | D3 | 86 | B | 0 | 24 | 11 | 4F | 2F | 44 |
| Octal | 273 | 323 | 206 | 13 | 0 | 44 | 21 | 117 | 57 | 104 |
| Binary | 10111011 | 11010011 | 10000110 | 1011 | 0 | 100100 | 10001 | 1001111 | 101111 | 1000100 |
Color Harmonies of #BBD386
Complementary color
Monochromatic Colors of #BBD386
Black with #BBD386
Text Example
Text Example
White with #BBD386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD386; }
p { color: rgb(187,211,134); }
H1.HeaderClassName
{
color: #BBD386;
}
.AnyTagClassName
{
color: #BBD386;
}
</style>
background-color css
<style>
a { background-color: #BBD386; }
a { background-color: rgb(187,211,134); }
div.DivClassName
{
background-color: #BBD386;
}
.BgClassName
{
background-color: #BBD386;
}
</style>
border-color css
<style>
span { border-color: #BBD386; }
span { border-color: rgb(187,211,134); }
td.TdClassName
{
border-color: #BBD386;
}
.TagClassName
{
border-color: #BBD386;
}
</style>