Shades of Sulu #BBF186
Tints of Sulu #BBF186
RGB
CMYK
RGB Variations
Color information
#BBF186 (or 0xBBF186) is known color: Sulu. HEX triplet: BB, F1 and 86. RGB value is (187,241,134). Sum of RGB (Red+Green+Blue) = 187+241+134=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF186 is #440E79. Grayscale: #D5D5D5. Windows color (decimal): -4460154 or 8843707. OLE color: 8843707.
HSL color Cylindrical-coordinate representation of color #BBF186: hue angle of 90.28º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBF186 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 134 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.05 |
| HSL | 90.28º | 0.79% | 0.74% | - |
| HSV(B) | 90.28º | 0.44% | 0.95% | - |
| XYZ | 56.25 | 75.2 | 34.1 | - |
| YUV | 212.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 134 | 0.22 | 0 | 0.44 | 0.05 | 90.28 | 0.79 | 0.74 |
| Hex | BB | F1 | 86 | 16 | 0 | 2C | 5 | 5A | 4F | 4A |
| Octal | 273 | 361 | 206 | 26 | 0 | 54 | 5 | 132 | 117 | 112 |
| Binary | 10111011 | 11110001 | 10000110 | 10110 | 0 | 101100 | 101 | 1011010 | 1001111 | 1001010 |
Color Harmonies of #BBF186
Complementary color
Monochromatic Colors of #BBF186
Black with #BBF186
Text Example
Text Example
White with #BBF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF186; }
p { color: rgb(187,241,134); }
H1.HeaderClassName
{
color: #BBF186;
}
.AnyTagClassName
{
color: #BBF186;
}
</style>
background-color css
<style>
a { background-color: #BBF186; }
a { background-color: rgb(187,241,134); }
div.DivClassName
{
background-color: #BBF186;
}
.BgClassName
{
background-color: #BBF186;
}
</style>
border-color css
<style>
span { border-color: #BBF186; }
span { border-color: rgb(187,241,134); }
td.TdClassName
{
border-color: #BBF186;
}
.TagClassName
{
border-color: #BBF186;
}
</style>