Shades of Sulu #BBF089
Tints of Sulu #BBF089
RGB
CMYK
RGB Variations
Color information
#BBF089 (or 0xBBF089) is known color: Sulu. HEX triplet: BB, F0 and 89. RGB value is (187,240,137). Sum of RGB (Red+Green+Blue) = 187+240+137=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF089 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF089 is #440F76. Grayscale: #D4D4D4. Windows color (decimal): -4460407 or 9040059. OLE color: 9040059.
HSL color Cylindrical-coordinate representation of color #BBF089: hue angle of 90.87º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBF089 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 137 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.06 |
| HSL | 90.87º | 0.77% | 0.74% | - |
| HSV(B) | 90.87º | 0.43% | 0.94% | - |
| XYZ | 56.17 | 74.69 | 35.12 | - |
| YUV | 212.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 137 | 0.22 | 0 | 0.43 | 0.06 | 90.87 | 0.77 | 0.74 |
| Hex | BB | F0 | 89 | 16 | 0 | 2B | 6 | 5B | 4D | 4A |
| Octal | 273 | 360 | 211 | 26 | 0 | 53 | 6 | 133 | 115 | 112 |
| Binary | 10111011 | 11110000 | 10001001 | 10110 | 0 | 101011 | 110 | 1011011 | 1001101 | 1001010 |
Color Harmonies of #BBF089
Complementary color
Monochromatic Colors of #BBF089
Black with #BBF089
Text Example
Text Example
White with #BBF089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF089; }
p { color: rgb(187,240,137); }
H1.HeaderClassName
{
color: #BBF089;
}
.AnyTagClassName
{
color: #BBF089;
}
</style>
background-color css
<style>
a { background-color: #BBF089; }
a { background-color: rgb(187,240,137); }
div.DivClassName
{
background-color: #BBF089;
}
.BgClassName
{
background-color: #BBF089;
}
</style>
border-color css
<style>
span { border-color: #BBF089; }
span { border-color: rgb(187,240,137); }
td.TdClassName
{
border-color: #BBF089;
}
.TagClassName
{
border-color: #BBF089;
}
</style>