Shades of Sulu #BBF680
Tints of Sulu #BBF680
RGB
CMYK
RGB Variations
Color information
#BBF680 (or 0xBBF680) is known color: Sulu. HEX triplet: BB, F6 and 80. RGB value is (187,246,128). Sum of RGB (Red+Green+Blue) = 187+246+128=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF680 is #44097F. Grayscale: #D7D7D7. Windows color (decimal): -4458880 or 8451771. OLE color: 8451771.
HSL color Cylindrical-coordinate representation of color #BBF680: hue angle of 90º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF680 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 128 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.04 |
| HSL | 90º | 0.87% | 0.73% | - |
| HSV(B) | 90º | 0.48% | 0.96% | - |
| XYZ | 57.35 | 78.03 | 32.46 | - |
| YUV | 214.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 128 | 0.24 | 0 | 0.48 | 0.04 | 90 | 0.87 | 0.73 |
| Hex | BB | F6 | 80 | 18 | 0 | 30 | 4 | 5A | 57 | 49 |
| Octal | 273 | 366 | 200 | 30 | 0 | 60 | 4 | 132 | 127 | 111 |
| Binary | 10111011 | 11110110 | 10000000 | 11000 | 0 | 110000 | 100 | 1011010 | 1010111 | 1001001 |
Color Harmonies of #BBF680
Complementary color
Monochromatic Colors of #BBF680
Black with #BBF680
Text Example
Text Example
White with #BBF680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF680; }
p { color: rgb(187,246,128); }
H1.HeaderClassName
{
color: #BBF680;
}
.AnyTagClassName
{
color: #BBF680;
}
</style>
background-color css
<style>
a { background-color: #BBF680; }
a { background-color: rgb(187,246,128); }
div.DivClassName
{
background-color: #BBF680;
}
.BgClassName
{
background-color: #BBF680;
}
</style>
border-color css
<style>
span { border-color: #BBF680; }
span { border-color: rgb(187,246,128); }
td.TdClassName
{
border-color: #BBF680;
}
.TagClassName
{
border-color: #BBF680;
}
</style>