Shades of Sulu #BBF08B
Tints of Sulu #BBF08B
RGB
CMYK
RGB Variations
Color information
#BBF08B (or 0xBBF08B) is known color: Sulu. HEX triplet: BB, F0 and 8B. RGB value is (187,240,139). Sum of RGB (Red+Green+Blue) = 187+240+139=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF08B is #440F74. Grayscale: #D4D4D4. Windows color (decimal): -4460405 or 9171131. OLE color: 9171131.
HSL color Cylindrical-coordinate representation of color #BBF08B: hue angle of 91.49º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBF08B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 139 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.06 |
| HSL | 91.49º | 0.77% | 0.74% | - |
| HSV(B) | 91.49º | 0.42% | 0.94% | - |
| XYZ | 56.31 | 74.75 | 35.89 | - |
| YUV | 212.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 139 | 0.22 | 0 | 0.42 | 0.06 | 91.49 | 0.77 | 0.74 |
| Hex | BB | F0 | 8B | 16 | 0 | 2A | 6 | 5B | 4D | 4A |
| Octal | 273 | 360 | 213 | 26 | 0 | 52 | 6 | 133 | 115 | 112 |
| Binary | 10111011 | 11110000 | 10001011 | 10110 | 0 | 101010 | 110 | 1011011 | 1001101 | 1001010 |
Color Harmonies of #BBF08B
Complementary color
Monochromatic Colors of #BBF08B
Black with #BBF08B
Text Example
Text Example
White with #BBF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF08B; }
p { color: rgb(187,240,139); }
H1.HeaderClassName
{
color: #BBF08B;
}
.AnyTagClassName
{
color: #BBF08B;
}
</style>
background-color css
<style>
a { background-color: #BBF08B; }
a { background-color: rgb(187,240,139); }
div.DivClassName
{
background-color: #BBF08B;
}
.BgClassName
{
background-color: #BBF08B;
}
</style>
border-color css
<style>
span { border-color: #BBF08B; }
span { border-color: rgb(187,240,139); }
td.TdClassName
{
border-color: #BBF08B;
}
.TagClassName
{
border-color: #BBF08B;
}
</style>