Shades of Caper #BBD388
Tints of Caper #BBD388
RGB
CMYK
RGB Variations
Color information
#BBD388 (or 0xBBD388) is known color: Caper. HEX triplet: BB, D3 and 88. RGB value is (187,211,136). Sum of RGB (Red+Green+Blue) = 187+211+136=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD388 is #442C77. Grayscale: #C3C3C3. Windows color (decimal): -4467832 or 8967099. OLE color: 8967099.
HSL color Cylindrical-coordinate representation of color #BBD388: hue angle of 79.2º degrees, saturation: 0.46, 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 #BBD388 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 136 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.17 |
| HSL | 79.2º | 0.46% | 0.68% | - |
| HSV(B) | 79.2º | 0.36% | 0.83% | - |
| XYZ | 48.23 | 58.93 | 32.13 | - |
| YUV | 195.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 136 | 0.11 | 0 | 0.36 | 0.17 | 79.2 | 0.46 | 0.68 |
| Hex | BB | D3 | 88 | B | 0 | 24 | 11 | 4F | 2E | 44 |
| Octal | 273 | 323 | 210 | 13 | 0 | 44 | 21 | 117 | 56 | 104 |
| Binary | 10111011 | 11010011 | 10001000 | 1011 | 0 | 100100 | 10001 | 1001111 | 101110 | 1000100 |
Color Harmonies of #BBD388
Complementary color
Monochromatic Colors of #BBD388
Black with #BBD388
Text Example
Text Example
White with #BBD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD388; }
p { color: rgb(187,211,136); }
H1.HeaderClassName
{
color: #BBD388;
}
.AnyTagClassName
{
color: #BBD388;
}
</style>
background-color css
<style>
a { background-color: #BBD388; }
a { background-color: rgb(187,211,136); }
div.DivClassName
{
background-color: #BBD388;
}
.BgClassName
{
background-color: #BBD388;
}
</style>
border-color css
<style>
span { border-color: #BBD388; }
span { border-color: rgb(187,211,136); }
td.TdClassName
{
border-color: #BBD388;
}
.TagClassName
{
border-color: #BBD388;
}
</style>