Shades of Sulu #BBDD80
Tints of Sulu #BBDD80
RGB
CMYK
RGB Variations
Color information
#BBDD80 (or 0xBBDD80) is known color: Sulu. HEX triplet: BB, DD and 80. RGB value is (187,221,128). Sum of RGB (Red+Green+Blue) = 187+221+128=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD80 is #44227F. Grayscale: #C8C8C8. Windows color (decimal): -4465280 or 8445371. OLE color: 8445371.
HSL color Cylindrical-coordinate representation of color #BBDD80: hue angle of 81.94º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBDD80 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 128 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.13 |
| HSL | 81.94º | 0.58% | 0.68% | - |
| HSV(B) | 81.94º | 0.42% | 0.87% | - |
| XYZ | 50.25 | 63.84 | 30.1 | - |
| YUV | 200.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 128 | 0.15 | 0 | 0.42 | 0.13 | 81.94 | 0.58 | 0.68 |
| Hex | BB | DD | 80 | F | 0 | 2A | D | 52 | 3A | 44 |
| Octal | 273 | 335 | 200 | 17 | 0 | 52 | 15 | 122 | 72 | 104 |
| Binary | 10111011 | 11011101 | 10000000 | 1111 | 0 | 101010 | 1101 | 1010010 | 111010 | 1000100 |
Color Harmonies of #BBDD80
Complementary color
Monochromatic Colors of #BBDD80
Black with #BBDD80
Text Example
Text Example
White with #BBDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD80; }
p { color: rgb(187,221,128); }
H1.HeaderClassName
{
color: #BBDD80;
}
.AnyTagClassName
{
color: #BBDD80;
}
</style>
background-color css
<style>
a { background-color: #BBDD80; }
a { background-color: rgb(187,221,128); }
div.DivClassName
{
background-color: #BBDD80;
}
.BgClassName
{
background-color: #BBDD80;
}
</style>
border-color css
<style>
span { border-color: #BBDD80; }
span { border-color: rgb(187,221,128); }
td.TdClassName
{
border-color: #BBDD80;
}
.TagClassName
{
border-color: #BBDD80;
}
</style>