Shades of Sulu #BBF786
Tints of Sulu #BBF786
RGB
CMYK
RGB Variations
Color information
#BBF786 (or 0xBBF786) is known color: Sulu. HEX triplet: BB, F7 and 86. RGB value is (187,247,134). Sum of RGB (Red+Green+Blue) = 187+247+134=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF786 is #440879. Grayscale: #D8D8D8. Windows color (decimal): -4458618 or 8845243. OLE color: 8845243.
HSL color Cylindrical-coordinate representation of color #BBF786: hue angle of 91.86º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF786 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 134 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.03 |
| HSL | 91.86º | 0.88% | 0.75% | - |
| HSV(B) | 91.86º | 0.46% | 0.97% | - |
| XYZ | 58.06 | 78.81 | 34.71 | - |
| YUV | 216.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 134 | 0.24 | 0 | 0.46 | 0.03 | 91.86 | 0.88 | 0.75 |
| Hex | BB | F7 | 86 | 18 | 0 | 2E | 3 | 5C | 58 | 4B |
| Octal | 273 | 367 | 206 | 30 | 0 | 56 | 3 | 134 | 130 | 113 |
| Binary | 10111011 | 11110111 | 10000110 | 11000 | 0 | 101110 | 11 | 1011100 | 1011000 | 1001011 |
Color Harmonies of #BBF786
Complementary color
Monochromatic Colors of #BBF786
Black with #BBF786
Text Example
Text Example
White with #BBF786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF786; }
p { color: rgb(187,247,134); }
H1.HeaderClassName
{
color: #BBF786;
}
.AnyTagClassName
{
color: #BBF786;
}
</style>
background-color css
<style>
a { background-color: #BBF786; }
a { background-color: rgb(187,247,134); }
div.DivClassName
{
background-color: #BBF786;
}
.BgClassName
{
background-color: #BBF786;
}
</style>
border-color css
<style>
span { border-color: #BBF786; }
span { border-color: rgb(187,247,134); }
td.TdClassName
{
border-color: #BBF786;
}
.TagClassName
{
border-color: #BBF786;
}
</style>