Shades of Sulu #BBF673
Tints of Sulu #BBF673
RGB
CMYK
RGB Variations
Color information
#BBF673 (or 0xBBF673) is known color: Sulu. HEX triplet: BB, F6 and 73. RGB value is (187,246,115). Sum of RGB (Red+Green+Blue) = 187+246+115=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF673 is #44098C. Grayscale: #D5D5D5. Windows color (decimal): -4458893 or 7599803. OLE color: 7599803.
HSL color Cylindrical-coordinate representation of color #BBF673: hue angle of 87.02º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF673 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 115 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.04 |
| HSL | 87.02º | 0.88% | 0.71% | - |
| HSV(B) | 87.02º | 0.53% | 0.96% | - |
| XYZ | 56.54 | 77.71 | 28.24 | - |
| YUV | 213.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 115 | 0.24 | 0 | 0.53 | 0.04 | 87.02 | 0.88 | 0.71 |
| Hex | BB | F6 | 73 | 18 | 0 | 35 | 4 | 57 | 58 | 47 |
| Octal | 273 | 366 | 163 | 30 | 0 | 65 | 4 | 127 | 130 | 107 |
| Binary | 10111011 | 11110110 | 1110011 | 11000 | 0 | 110101 | 100 | 1010111 | 1011000 | 1000111 |
Color Harmonies of #BBF673
Complementary color
Monochromatic Colors of #BBF673
Black with #BBF673
Text Example
Text Example
White with #BBF673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF673; }
p { color: rgb(187,246,115); }
H1.HeaderClassName
{
color: #BBF673;
}
.AnyTagClassName
{
color: #BBF673;
}
</style>
background-color css
<style>
a { background-color: #BBF673; }
a { background-color: rgb(187,246,115); }
div.DivClassName
{
background-color: #BBF673;
}
.BgClassName
{
background-color: #BBF673;
}
</style>
border-color css
<style>
span { border-color: #BBF673; }
span { border-color: rgb(187,246,115); }
td.TdClassName
{
border-color: #BBF673;
}
.TagClassName
{
border-color: #BBF673;
}
</style>