Shades of Sulu #BBF686
Tints of Sulu #BBF686
RGB
CMYK
RGB Variations
Color information
#BBF686 (or 0xBBF686) is known color: Sulu. HEX triplet: BB, F6 and 86. RGB value is (187,246,134). Sum of RGB (Red+Green+Blue) = 187+246+134=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF686 is #440979. Grayscale: #D7D7D7. Windows color (decimal): -4458874 or 8844987. OLE color: 8844987.
HSL color Cylindrical-coordinate representation of color #BBF686: hue angle of 91.61º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF686 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 134 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.04 |
| HSL | 91.61º | 0.86% | 0.75% | - |
| HSV(B) | 91.61º | 0.46% | 0.96% | - |
| XYZ | 57.75 | 78.2 | 34.6 | - |
| YUV | 215.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 134 | 0.24 | 0 | 0.46 | 0.04 | 91.61 | 0.86 | 0.75 |
| Hex | BB | F6 | 86 | 18 | 0 | 2E | 4 | 5C | 56 | 4B |
| Octal | 273 | 366 | 206 | 30 | 0 | 56 | 4 | 134 | 126 | 113 |
| Binary | 10111011 | 11110110 | 10000110 | 11000 | 0 | 101110 | 100 | 1011100 | 1010110 | 1001011 |
Color Harmonies of #BBF686
Complementary color
Monochromatic Colors of #BBF686
Black with #BBF686
Text Example
Text Example
White with #BBF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF686; }
p { color: rgb(187,246,134); }
H1.HeaderClassName
{
color: #BBF686;
}
.AnyTagClassName
{
color: #BBF686;
}
</style>
background-color css
<style>
a { background-color: #BBF686; }
a { background-color: rgb(187,246,134); }
div.DivClassName
{
background-color: #BBF686;
}
.BgClassName
{
background-color: #BBF686;
}
</style>
border-color css
<style>
span { border-color: #BBF686; }
span { border-color: rgb(187,246,134); }
td.TdClassName
{
border-color: #BBF686;
}
.TagClassName
{
border-color: #BBF686;
}
</style>