Shades of Sulu #BBF185
Tints of Sulu #BBF185
RGB
CMYK
RGB Variations
Color information
#BBF185 (or 0xBBF185) is known color: Sulu. HEX triplet: BB, F1 and 85. RGB value is (187,241,133). Sum of RGB (Red+Green+Blue) = 187+241+133=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF185 is #440E7A. Grayscale: #D4D4D4. Windows color (decimal): -4460155 or 8778171. OLE color: 8778171.
HSL color Cylindrical-coordinate representation of color #BBF185: hue angle of 90º degrees, saturation: 0.79, 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 #BBF185 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 133 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.05 |
| HSL | 90º | 0.79% | 0.73% | - |
| HSV(B) | 90º | 0.45% | 0.95% | - |
| XYZ | 56.18 | 75.17 | 33.74 | - |
| YUV | 212.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 133 | 0.22 | 0 | 0.45 | 0.05 | 90 | 0.79 | 0.73 |
| Hex | BB | F1 | 85 | 16 | 0 | 2D | 5 | 5A | 4F | 49 |
| Octal | 273 | 361 | 205 | 26 | 0 | 55 | 5 | 132 | 117 | 111 |
| Binary | 10111011 | 11110001 | 10000101 | 10110 | 0 | 101101 | 101 | 1011010 | 1001111 | 1001001 |
Color Harmonies of #BBF185
Complementary color
Monochromatic Colors of #BBF185
Black with #BBF185
Text Example
Text Example
White with #BBF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF185; }
p { color: rgb(187,241,133); }
H1.HeaderClassName
{
color: #BBF185;
}
.AnyTagClassName
{
color: #BBF185;
}
</style>
background-color css
<style>
a { background-color: #BBF185; }
a { background-color: rgb(187,241,133); }
div.DivClassName
{
background-color: #BBF185;
}
.BgClassName
{
background-color: #BBF185;
}
</style>
border-color css
<style>
span { border-color: #BBF185; }
span { border-color: rgb(187,241,133); }
td.TdClassName
{
border-color: #BBF185;
}
.TagClassName
{
border-color: #BBF185;
}
</style>