Shades of Sulu #BBF184
Tints of Sulu #BBF184
RGB
CMYK
RGB Variations
Color information
#BBF184 (or 0xBBF184) is known color: Sulu. HEX triplet: BB, F1 and 84. RGB value is (187,241,132). Sum of RGB (Red+Green+Blue) = 187+241+132=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF184 is #440E7B. Grayscale: #D4D4D4. Windows color (decimal): -4460156 or 8712635. OLE color: 8712635.
HSL color Cylindrical-coordinate representation of color #BBF184: hue angle of 89.72º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBF184 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 132 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.05 |
| HSL | 89.72º | 0.8% | 0.73% | - |
| HSV(B) | 89.72º | 0.45% | 0.95% | - |
| XYZ | 56.11 | 75.14 | 33.38 | - |
| YUV | 212.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 132 | 0.22 | 0 | 0.45 | 0.05 | 89.72 | 0.8 | 0.73 |
| Hex | BB | F1 | 84 | 16 | 0 | 2D | 5 | 5A | 50 | 49 |
| Octal | 273 | 361 | 204 | 26 | 0 | 55 | 5 | 132 | 120 | 111 |
| Binary | 10111011 | 11110001 | 10000100 | 10110 | 0 | 101101 | 101 | 1011010 | 1010000 | 1001001 |
Color Harmonies of #BBF184
Complementary color
Monochromatic Colors of #BBF184
Black with #BBF184
Text Example
Text Example
White with #BBF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF184; }
p { color: rgb(187,241,132); }
H1.HeaderClassName
{
color: #BBF184;
}
.AnyTagClassName
{
color: #BBF184;
}
</style>
background-color css
<style>
a { background-color: #BBF184; }
a { background-color: rgb(187,241,132); }
div.DivClassName
{
background-color: #BBF184;
}
.BgClassName
{
background-color: #BBF184;
}
</style>
border-color css
<style>
span { border-color: #BBF184; }
span { border-color: rgb(187,241,132); }
td.TdClassName
{
border-color: #BBF184;
}
.TagClassName
{
border-color: #BBF184;
}
</style>