Shades of Sulu #BBF388
Tints of Sulu #BBF388
RGB
CMYK
RGB Variations
Color information
#BBF388 (or 0xBBF388) is known color: Sulu. HEX triplet: BB, F3 and 88. RGB value is (187,243,136). Sum of RGB (Red+Green+Blue) = 187+243+136=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF388 is #440C77. Grayscale: #D6D6D6. Windows color (decimal): -4459640 or 8975291. OLE color: 8975291.
HSL color Cylindrical-coordinate representation of color #BBF388: hue angle of 91.4º degrees, saturation: 0.82, 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 #BBF388 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 136 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.05 |
| HSL | 91.4º | 0.82% | 0.74% | - |
| HSV(B) | 91.4º | 0.44% | 0.95% | - |
| XYZ | 56.99 | 76.44 | 35.04 | - |
| YUV | 214.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 136 | 0.23 | 0 | 0.44 | 0.05 | 91.4 | 0.82 | 0.74 |
| Hex | BB | F3 | 88 | 17 | 0 | 2C | 5 | 5B | 52 | 4A |
| Octal | 273 | 363 | 210 | 27 | 0 | 54 | 5 | 133 | 122 | 112 |
| Binary | 10111011 | 11110011 | 10001000 | 10111 | 0 | 101100 | 101 | 1011011 | 1010010 | 1001010 |
Color Harmonies of #BBF388
Complementary color
Monochromatic Colors of #BBF388
Black with #BBF388
Text Example
Text Example
White with #BBF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF388; }
p { color: rgb(187,243,136); }
H1.HeaderClassName
{
color: #BBF388;
}
.AnyTagClassName
{
color: #BBF388;
}
</style>
background-color css
<style>
a { background-color: #BBF388; }
a { background-color: rgb(187,243,136); }
div.DivClassName
{
background-color: #BBF388;
}
.BgClassName
{
background-color: #BBF388;
}
</style>
border-color css
<style>
span { border-color: #BBF388; }
span { border-color: rgb(187,243,136); }
td.TdClassName
{
border-color: #BBF388;
}
.TagClassName
{
border-color: #BBF388;
}
</style>