Shades of Sulu #BBF672
Tints of Sulu #BBF672
RGB
CMYK
RGB Variations
Color information
#BBF672 (or 0xBBF672) is known color: Sulu. HEX triplet: BB, F6 and 72. RGB value is (187,246,114). Sum of RGB (Red+Green+Blue) = 187+246+114=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF672 is #44098D. Grayscale: #D5D5D5. Windows color (decimal): -4458894 or 7534267. OLE color: 7534267.
HSL color Cylindrical-coordinate representation of color #BBF672: hue angle of 86.82º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBF672 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 114 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.04 |
| HSL | 86.82º | 0.88% | 0.71% | - |
| HSV(B) | 86.82º | 0.54% | 0.96% | - |
| XYZ | 56.49 | 77.69 | 27.94 | - |
| YUV | 213.31 | 71.95 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 114 | 0.24 | 0 | 0.54 | 0.04 | 86.82 | 0.88 | 0.71 |
| Hex | BB | F6 | 72 | 18 | 0 | 36 | 4 | 57 | 58 | 47 |
| Octal | 273 | 366 | 162 | 30 | 0 | 66 | 4 | 127 | 130 | 107 |
| Binary | 10111011 | 11110110 | 1110010 | 11000 | 0 | 110110 | 100 | 1010111 | 1011000 | 1000111 |
Color Harmonies of #BBF672
Complementary color
Monochromatic Colors of #BBF672
Black with #BBF672
Text Example
Text Example
White with #BBF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF672; }
p { color: rgb(187,246,114); }
H1.HeaderClassName
{
color: #BBF672;
}
.AnyTagClassName
{
color: #BBF672;
}
</style>
background-color css
<style>
a { background-color: #BBF672; }
a { background-color: rgb(187,246,114); }
div.DivClassName
{
background-color: #BBF672;
}
.BgClassName
{
background-color: #BBF672;
}
</style>
border-color css
<style>
span { border-color: #BBF672; }
span { border-color: rgb(187,246,114); }
td.TdClassName
{
border-color: #BBF672;
}
.TagClassName
{
border-color: #BBF672;
}
</style>