Shades of Sulu #BBFF88
Tints of Sulu #BBFF88
RGB
CMYK
RGB Variations
Color information
#BBFF88 (or 0xBBFF88) is known color: Sulu. HEX triplet: BB, FF and 88. RGB value is (187,255,136). Sum of RGB (Red+Green+Blue) = 187+255+136=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFF88 is #440077. Grayscale: #DDDDDD. Windows color (decimal): -4456568 or 8978363. OLE color: 8978363.
HSL color Cylindrical-coordinate representation of color #BBFF88: hue angle of 94.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBFF88 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 136 | - |
| CMYK | 0.27 | 0 | 0.47 | 0 |
| HSL | 94.29º | 1% | 0.77% | - |
| HSV(B) | 94.29º | 0.47% | 1% | - |
| XYZ | 60.7 | 83.86 | 36.28 | - |
| YUV | 221.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 136 | 0.27 | 0 | 0.47 | 0 | 94.29 | 1 | 0.77 |
| Hex | BB | FF | 88 | 1B | 0 | 2F | 0 | 5E | 64 | 4D |
| Octal | 273 | 377 | 210 | 33 | 0 | 57 | 0 | 136 | 144 | 115 |
| Binary | 10111011 | 11111111 | 10001000 | 11011 | 0 | 101111 | 0 | 1011110 | 1100100 | 1001101 |
Color Harmonies of #BBFF88
Complementary color
Monochromatic Colors of #BBFF88
Black with #BBFF88
Text Example
Text Example
White with #BBFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF88; }
p { color: rgb(187,255,136); }
H1.HeaderClassName
{
color: #BBFF88;
}
.AnyTagClassName
{
color: #BBFF88;
}
</style>
background-color css
<style>
a { background-color: #BBFF88; }
a { background-color: rgb(187,255,136); }
div.DivClassName
{
background-color: #BBFF88;
}
.BgClassName
{
background-color: #BBFF88;
}
</style>
border-color css
<style>
span { border-color: #BBFF88; }
span { border-color: rgb(187,255,136); }
td.TdClassName
{
border-color: #BBFF88;
}
.TagClassName
{
border-color: #BBFF88;
}
</style>