Shades of Caper #BBD389
Tints of Caper #BBD389
RGB
CMYK
RGB Variations
Color information
#BBD389 (or 0xBBD389) is known color: Caper. HEX triplet: BB, D3 and 89. RGB value is (187,211,137). Sum of RGB (Red+Green+Blue) = 187+211+137=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD389 is #442C76. Grayscale: #C3C3C3. Windows color (decimal): -4467831 or 9032635. OLE color: 9032635.
HSL color Cylindrical-coordinate representation of color #BBD389: hue angle of 79.46º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBD389 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 137 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.17 |
| HSL | 79.46º | 0.46% | 0.68% | - |
| HSV(B) | 79.46º | 0.35% | 0.83% | - |
| XYZ | 48.3 | 58.96 | 32.5 | - |
| YUV | 195.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 137 | 0.11 | 0 | 0.35 | 0.17 | 79.46 | 0.46 | 0.68 |
| Hex | BB | D3 | 89 | B | 0 | 23 | 11 | 4F | 2E | 44 |
| Octal | 273 | 323 | 211 | 13 | 0 | 43 | 21 | 117 | 56 | 104 |
| Binary | 10111011 | 11010011 | 10001001 | 1011 | 0 | 100011 | 10001 | 1001111 | 101110 | 1000100 |
Color Harmonies of #BBD389
Complementary color
Monochromatic Colors of #BBD389
Black with #BBD389
Text Example
Text Example
White with #BBD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD389; }
p { color: rgb(187,211,137); }
H1.HeaderClassName
{
color: #BBD389;
}
.AnyTagClassName
{
color: #BBD389;
}
</style>
background-color css
<style>
a { background-color: #BBD389; }
a { background-color: rgb(187,211,137); }
div.DivClassName
{
background-color: #BBD389;
}
.BgClassName
{
background-color: #BBD389;
}
</style>
border-color css
<style>
span { border-color: #BBD389; }
span { border-color: rgb(187,211,137); }
td.TdClassName
{
border-color: #BBD389;
}
.TagClassName
{
border-color: #BBD389;
}
</style>