Shades of Sulu #BBF192
Tints of Sulu #BBF192
RGB
CMYK
RGB Variations
Color information
#BBF192 (or 0xBBF192) is known color: Sulu. HEX triplet: BB, F1 and 92. RGB value is (187,241,146). Sum of RGB (Red+Green+Blue) = 187+241+146=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF192 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF192 is #440E6D. Grayscale: #D6D6D6. Windows color (decimal): -4460142 or 9630139. OLE color: 9630139.
HSL color Cylindrical-coordinate representation of color #BBF192: hue angle of 94.11º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBF192 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 146 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.05 |
| HSL | 94.11º | 0.77% | 0.76% | - |
| HSV(B) | 94.11º | 0.39% | 0.95% | - |
| XYZ | 57.14 | 75.55 | 38.77 | - |
| YUV | 214.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 146 | 0.22 | 0 | 0.39 | 0.05 | 94.11 | 0.77 | 0.76 |
| Hex | BB | F1 | 92 | 16 | 0 | 27 | 5 | 5E | 4D | 4C |
| Octal | 273 | 361 | 222 | 26 | 0 | 47 | 5 | 136 | 115 | 114 |
| Binary | 10111011 | 11110001 | 10010010 | 10110 | 0 | 100111 | 101 | 1011110 | 1001101 | 1001100 |
Color Harmonies of #BBF192
Complementary color
Monochromatic Colors of #BBF192
Black with #BBF192
Text Example
Text Example
White with #BBF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF192; }
p { color: rgb(187,241,146); }
H1.HeaderClassName
{
color: #BBF192;
}
.AnyTagClassName
{
color: #BBF192;
}
</style>
background-color css
<style>
a { background-color: #BBF192; }
a { background-color: rgb(187,241,146); }
div.DivClassName
{
background-color: #BBF192;
}
.BgClassName
{
background-color: #BBF192;
}
</style>
border-color css
<style>
span { border-color: #BBF192; }
span { border-color: rgb(187,241,146); }
td.TdClassName
{
border-color: #BBF192;
}
.TagClassName
{
border-color: #BBF192;
}
</style>