Shades of Sulu #BBF084
Tints of Sulu #BBF084
RGB
CMYK
RGB Variations
Color information
#BBF084 (or 0xBBF084) is known color: Sulu. HEX triplet: BB, F0 and 84. RGB value is (187,240,132). Sum of RGB (Red+Green+Blue) = 187+240+132=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF084 is #440F7B. Grayscale: #D4D4D4. Windows color (decimal): -4460412 or 8712379. OLE color: 8712379.
HSL color Cylindrical-coordinate representation of color #BBF084: hue angle of 89.44º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBF084 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 132 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.06 |
| HSL | 89.44º | 0.78% | 0.73% | - |
| HSV(B) | 89.44º | 0.45% | 0.94% | - |
| XYZ | 55.82 | 74.55 | 33.28 | - |
| YUV | 211.84 | 82.94 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 132 | 0.22 | 0 | 0.45 | 0.06 | 89.44 | 0.78 | 0.73 |
| Hex | BB | F0 | 84 | 16 | 0 | 2D | 6 | 59 | 4E | 49 |
| Octal | 273 | 360 | 204 | 26 | 0 | 55 | 6 | 131 | 116 | 111 |
| Binary | 10111011 | 11110000 | 10000100 | 10110 | 0 | 101101 | 110 | 1011001 | 1001110 | 1001001 |
Color Harmonies of #BBF084
Complementary color
Monochromatic Colors of #BBF084
Black with #BBF084
Text Example
Text Example
White with #BBF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF084; }
p { color: rgb(187,240,132); }
H1.HeaderClassName
{
color: #BBF084;
}
.AnyTagClassName
{
color: #BBF084;
}
</style>
background-color css
<style>
a { background-color: #BBF084; }
a { background-color: rgb(187,240,132); }
div.DivClassName
{
background-color: #BBF084;
}
.BgClassName
{
background-color: #BBF084;
}
</style>
border-color css
<style>
span { border-color: #BBF084; }
span { border-color: rgb(187,240,132); }
td.TdClassName
{
border-color: #BBF084;
}
.TagClassName
{
border-color: #BBF084;
}
</style>