Shades of Sulu #BBF666
Tints of Sulu #BBF666
RGB
CMYK
RGB Variations
Color information
#BBF666 (or 0xBBF666) is known color: Sulu. HEX triplet: BB, F6 and 66. RGB value is (187,246,102). Sum of RGB (Red+Green+Blue) = 187+246+102=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF666 is #440999. Grayscale: #D4D4D4. Windows color (decimal): -4458906 or 6747835. OLE color: 6747835.
HSL color Cylindrical-coordinate representation of color #BBF666: hue angle of 84.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBF666 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 102 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.04 |
| HSL | 84.58º | 0.89% | 0.68% | - |
| HSV(B) | 84.58º | 0.59% | 0.96% | - |
| XYZ | 55.85 | 77.44 | 24.57 | - |
| YUV | 211.94 | 65.95 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 102 | 0.24 | 0 | 0.59 | 0.04 | 84.58 | 0.89 | 0.68 |
| Hex | BB | F6 | 66 | 18 | 0 | 3B | 4 | 55 | 59 | 44 |
| Octal | 273 | 366 | 146 | 30 | 0 | 73 | 4 | 125 | 131 | 104 |
| Binary | 10111011 | 11110110 | 1100110 | 11000 | 0 | 111011 | 100 | 1010101 | 1011001 | 1000100 |
Color Harmonies of #BBF666
Complementary color
Monochromatic Colors of #BBF666
Black with #BBF666
Text Example
Text Example
White with #BBF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF666; }
p { color: rgb(187,246,102); }
H1.HeaderClassName
{
color: #BBF666;
}
.AnyTagClassName
{
color: #BBF666;
}
</style>
background-color css
<style>
a { background-color: #BBF666; }
a { background-color: rgb(187,246,102); }
div.DivClassName
{
background-color: #BBF666;
}
.BgClassName
{
background-color: #BBF666;
}
</style>
border-color css
<style>
span { border-color: #BBF666; }
span { border-color: rgb(187,246,102); }
td.TdClassName
{
border-color: #BBF666;
}
.TagClassName
{
border-color: #BBF666;
}
</style>