Shades of Sulu #BBF980
Tints of Sulu #BBF980
RGB
CMYK
RGB Variations
Color information
#BBF980 (or 0xBBF980) is known color: Sulu. HEX triplet: BB, F9 and 80. RGB value is (187,249,128). Sum of RGB (Red+Green+Blue) = 187+249+128=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF980 is #44067F. Grayscale: #D9D9D9. Windows color (decimal): -4458112 or 8452539. OLE color: 8452539.
HSL color Cylindrical-coordinate representation of color #BBF980: hue angle of 90.74º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBF980 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 128 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.02 |
| HSL | 90.74º | 0.91% | 0.74% | - |
| HSV(B) | 90.74º | 0.49% | 0.98% | - |
| XYZ | 58.27 | 79.87 | 32.77 | - |
| YUV | 216.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 128 | 0.25 | 0 | 0.49 | 0.02 | 90.74 | 0.91 | 0.74 |
| Hex | BB | F9 | 80 | 19 | 0 | 31 | 2 | 5B | 5B | 4A |
| Octal | 273 | 371 | 200 | 31 | 0 | 61 | 2 | 133 | 133 | 112 |
| Binary | 10111011 | 11111001 | 10000000 | 11001 | 0 | 110001 | 10 | 1011011 | 1011011 | 1001010 |
Color Harmonies of #BBF980
Complementary color
Monochromatic Colors of #BBF980
Black with #BBF980
Text Example
Text Example
White with #BBF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF980; }
p { color: rgb(187,249,128); }
H1.HeaderClassName
{
color: #BBF980;
}
.AnyTagClassName
{
color: #BBF980;
}
</style>
background-color css
<style>
a { background-color: #BBF980; }
a { background-color: rgb(187,249,128); }
div.DivClassName
{
background-color: #BBF980;
}
.BgClassName
{
background-color: #BBF980;
}
</style>
border-color css
<style>
span { border-color: #BBF980; }
span { border-color: rgb(187,249,128); }
td.TdClassName
{
border-color: #BBF980;
}
.TagClassName
{
border-color: #BBF980;
}
</style>