Shades of Sulu #BBF087
Tints of Sulu #BBF087
RGB
CMYK
RGB Variations
Color information
#BBF087 (or 0xBBF087) is known color: Sulu. HEX triplet: BB, F0 and 87. RGB value is (187,240,135). Sum of RGB (Red+Green+Blue) = 187+240+135=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 135 (53.12% from 255 or 24.02% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF087 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF087 is #440F78. Grayscale: #D4D4D4. Windows color (decimal): -4460409 or 8908987. OLE color: 8908987.
HSL color Cylindrical-coordinate representation of color #BBF087: hue angle of 90.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBF087 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 135 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.06 |
| HSL | 90.29º | 0.78% | 0.74% | - |
| HSV(B) | 90.29º | 0.44% | 0.94% | - |
| XYZ | 56.03 | 74.63 | 34.37 | - |
| YUV | 212.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 135 | 0.22 | 0 | 0.44 | 0.06 | 90.29 | 0.78 | 0.74 |
| Hex | BB | F0 | 87 | 16 | 0 | 2C | 6 | 5A | 4E | 4A |
| Octal | 273 | 360 | 207 | 26 | 0 | 54 | 6 | 132 | 116 | 112 |
| Binary | 10111011 | 11110000 | 10000111 | 10110 | 0 | 101100 | 110 | 1011010 | 1001110 | 1001010 |
Color Harmonies of #BBF087
Complementary color
Monochromatic Colors of #BBF087
Black with #BBF087
Text Example
Text Example
White with #BBF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF087; }
p { color: rgb(187,240,135); }
H1.HeaderClassName
{
color: #BBF087;
}
.AnyTagClassName
{
color: #BBF087;
}
</style>
background-color css
<style>
a { background-color: #BBF087; }
a { background-color: rgb(187,240,135); }
div.DivClassName
{
background-color: #BBF087;
}
.BgClassName
{
background-color: #BBF087;
}
</style>
border-color css
<style>
span { border-color: #BBF087; }
span { border-color: rgb(187,240,135); }
td.TdClassName
{
border-color: #BBF087;
}
.TagClassName
{
border-color: #BBF087;
}
</style>