Shades of Sulu #BBF090
Tints of Sulu #BBF090
RGB
CMYK
RGB Variations
Color information
#BBF090 (or 0xBBF090) is known color: Sulu. HEX triplet: BB, F0 and 90. RGB value is (187,240,144). Sum of RGB (Red+Green+Blue) = 187+240+144=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF090 is #440F6F. Grayscale: #D5D5D5. Windows color (decimal): -4460400 or 9498811. OLE color: 9498811.
HSL color Cylindrical-coordinate representation of color #BBF090: hue angle of 93.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBF090 is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 144 | - |
| CMYK | 0.22 | 0 | 0.4 | 0.06 |
| HSL | 93.13º | 0.76% | 0.75% | - |
| HSV(B) | 93.13º | 0.4% | 0.94% | - |
| XYZ | 56.69 | 74.9 | 37.85 | - |
| YUV | 213.21 | 88.94 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 144 | 0.22 | 0 | 0.4 | 0.06 | 93.13 | 0.76 | 0.75 |
| Hex | BB | F0 | 90 | 16 | 0 | 28 | 6 | 5D | 4C | 4B |
| Octal | 273 | 360 | 220 | 26 | 0 | 50 | 6 | 135 | 114 | 113 |
| Binary | 10111011 | 11110000 | 10010000 | 10110 | 0 | 101000 | 110 | 1011101 | 1001100 | 1001011 |
Color Harmonies of #BBF090
Complementary color
Monochromatic Colors of #BBF090
Black with #BBF090
Text Example
Text Example
White with #BBF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF090; }
p { color: rgb(187,240,144); }
H1.HeaderClassName
{
color: #BBF090;
}
.AnyTagClassName
{
color: #BBF090;
}
</style>
background-color css
<style>
a { background-color: #BBF090; }
a { background-color: rgb(187,240,144); }
div.DivClassName
{
background-color: #BBF090;
}
.BgClassName
{
background-color: #BBF090;
}
</style>
border-color css
<style>
span { border-color: #BBF090; }
span { border-color: rgb(187,240,144); }
td.TdClassName
{
border-color: #BBF090;
}
.TagClassName
{
border-color: #BBF090;
}
</style>