Shades of Sulu #BBF082
Tints of Sulu #BBF082
RGB
CMYK
RGB Variations
Color information
#BBF082 (or 0xBBF082) is known color: Sulu. HEX triplet: BB, F0 and 82. RGB value is (187,240,130). Sum of RGB (Red+Green+Blue) = 187+240+130=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF082 is #440F7D. Grayscale: #D4D4D4. Windows color (decimal): -4460414 or 8581307. OLE color: 8581307.
HSL color Cylindrical-coordinate representation of color #BBF082: hue angle of 88.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF082 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 130 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.06 |
| HSL | 88.91º | 0.79% | 0.73% | - |
| HSV(B) | 88.91º | 0.46% | 0.94% | - |
| XYZ | 55.68 | 74.5 | 32.56 | - |
| YUV | 211.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 130 | 0.22 | 0 | 0.46 | 0.06 | 88.91 | 0.79 | 0.73 |
| Hex | BB | F0 | 82 | 16 | 0 | 2E | 6 | 59 | 4F | 49 |
| Octal | 273 | 360 | 202 | 26 | 0 | 56 | 6 | 131 | 117 | 111 |
| Binary | 10111011 | 11110000 | 10000010 | 10110 | 0 | 101110 | 110 | 1011001 | 1001111 | 1001001 |
Color Harmonies of #BBF082
Complementary color
Monochromatic Colors of #BBF082
Black with #BBF082
Text Example
Text Example
White with #BBF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF082; }
p { color: rgb(187,240,130); }
H1.HeaderClassName
{
color: #BBF082;
}
.AnyTagClassName
{
color: #BBF082;
}
</style>
background-color css
<style>
a { background-color: #BBF082; }
a { background-color: rgb(187,240,130); }
div.DivClassName
{
background-color: #BBF082;
}
.BgClassName
{
background-color: #BBF082;
}
</style>
border-color css
<style>
span { border-color: #BBF082; }
span { border-color: rgb(187,240,130); }
td.TdClassName
{
border-color: #BBF082;
}
.TagClassName
{
border-color: #BBF082;
}
</style>