Shades of Caper #BBD580
Tints of Caper #BBD580
RGB
CMYK
RGB Variations
Color information
#BBD580 (or 0xBBD580) is known color: Caper. HEX triplet: BB, D5 and 80. RGB value is (187,213,128). Sum of RGB (Red+Green+Blue) = 187+213+128=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD580 is #442A7F. Grayscale: #C3C3C3. Windows color (decimal): -4467328 or 8443323. OLE color: 8443323.
HSL color Cylindrical-coordinate representation of color #BBD580: hue angle of 78.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD580 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 128 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.16 |
| HSL | 78.35º | 0.5% | 0.67% | - |
| HSV(B) | 78.35º | 0.4% | 0.84% | - |
| XYZ | 48.18 | 59.71 | 29.41 | - |
| YUV | 195.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 128 | 0.12 | 0 | 0.40 | 0.16 | 78.35 | 0.5 | 0.67 |
| Hex | BB | D5 | 80 | C | 0 | 28 | 10 | 4E | 32 | 43 |
| Octal | 273 | 325 | 200 | 14 | 0 | 50 | 20 | 116 | 62 | 103 |
| Binary | 10111011 | 11010101 | 10000000 | 1100 | 0 | 101000 | 10000 | 1001110 | 110010 | 1000011 |
Color Harmonies of #BBD580
Complementary color
Monochromatic Colors of #BBD580
Black with #BBD580
Text Example
Text Example
White with #BBD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD580; }
p { color: rgb(187,213,128); }
H1.HeaderClassName
{
color: #BBD580;
}
.AnyTagClassName
{
color: #BBD580;
}
</style>
background-color css
<style>
a { background-color: #BBD580; }
a { background-color: rgb(187,213,128); }
div.DivClassName
{
background-color: #BBD580;
}
.BgClassName
{
background-color: #BBD580;
}
</style>
border-color css
<style>
span { border-color: #BBD580; }
span { border-color: rgb(187,213,128); }
td.TdClassName
{
border-color: #BBD580;
}
.TagClassName
{
border-color: #BBD580;
}
</style>