Shades of Sulu #BBFA90
Tints of Sulu #BBFA90
RGB
CMYK
RGB Variations
Color information
#BBFA90 (or 0xBBFA90) is known color: Sulu. HEX triplet: BB, FA and 90. RGB value is (187,250,144). Sum of RGB (Red+Green+Blue) = 187+250+144=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFA90 is #44056F. Grayscale: #DBDBDB. Windows color (decimal): -4457840 or 9501371. OLE color: 9501371.
HSL color Cylindrical-coordinate representation of color #BBFA90: hue angle of 95.66º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBFA90 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 144 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.02 |
| HSL | 95.66º | 0.91% | 0.77% | - |
| HSV(B) | 95.66º | 0.42% | 0.98% | - |
| XYZ | 59.71 | 80.95 | 38.86 | - |
| YUV | 219.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 144 | 0.25 | 0 | 0.42 | 0.02 | 95.66 | 0.91 | 0.77 |
| Hex | BB | FA | 90 | 19 | 0 | 2A | 2 | 60 | 5B | 4D |
| Octal | 273 | 372 | 220 | 31 | 0 | 52 | 2 | 140 | 133 | 115 |
| Binary | 10111011 | 11111010 | 10010000 | 11001 | 0 | 101010 | 10 | 1100000 | 1011011 | 1001101 |
Color Harmonies of #BBFA90
Complementary color
Monochromatic Colors of #BBFA90
Black with #BBFA90
Text Example
Text Example
White with #BBFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFA90; }
p { color: rgb(187,250,144); }
H1.HeaderClassName
{
color: #BBFA90;
}
.AnyTagClassName
{
color: #BBFA90;
}
</style>
background-color css
<style>
a { background-color: #BBFA90; }
a { background-color: rgb(187,250,144); }
div.DivClassName
{
background-color: #BBFA90;
}
.BgClassName
{
background-color: #BBFA90;
}
</style>
border-color css
<style>
span { border-color: #BBFA90; }
span { border-color: rgb(187,250,144); }
td.TdClassName
{
border-color: #BBFA90;
}
.TagClassName
{
border-color: #BBFA90;
}
</style>