Shades of Sulu #BBF884
Tints of Sulu #BBF884
RGB
CMYK
RGB Variations
Color information
#BBF884 (or 0xBBF884) is known color: Sulu. HEX triplet: BB, F8 and 84. RGB value is (187,248,132). Sum of RGB (Red+Green+Blue) = 187+248+132=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF884 is #44077B. Grayscale: #D8D8D8. Windows color (decimal): -4458364 or 8714427. OLE color: 8714427.
HSL color Cylindrical-coordinate representation of color #BBF884: hue angle of 91.55º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF884 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 132 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.03 |
| HSL | 91.55º | 0.89% | 0.75% | - |
| HSV(B) | 91.55º | 0.47% | 0.97% | - |
| XYZ | 58.23 | 79.37 | 34.08 | - |
| YUV | 216.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 132 | 0.25 | 0 | 0.47 | 0.03 | 91.55 | 0.89 | 0.75 |
| Hex | BB | F8 | 84 | 19 | 0 | 2F | 3 | 5C | 59 | 4B |
| Octal | 273 | 370 | 204 | 31 | 0 | 57 | 3 | 134 | 131 | 113 |
| Binary | 10111011 | 11111000 | 10000100 | 11001 | 0 | 101111 | 11 | 1011100 | 1011001 | 1001011 |
Color Harmonies of #BBF884
Complementary color
Monochromatic Colors of #BBF884
Black with #BBF884
Text Example
Text Example
White with #BBF884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF884; }
p { color: rgb(187,248,132); }
H1.HeaderClassName
{
color: #BBF884;
}
.AnyTagClassName
{
color: #BBF884;
}
</style>
background-color css
<style>
a { background-color: #BBF884; }
a { background-color: rgb(187,248,132); }
div.DivClassName
{
background-color: #BBF884;
}
.BgClassName
{
background-color: #BBF884;
}
</style>
border-color css
<style>
span { border-color: #BBF884; }
span { border-color: rgb(187,248,132); }
td.TdClassName
{
border-color: #BBF884;
}
.TagClassName
{
border-color: #BBF884;
}
</style>