Shades of Sulu #BBF592
Tints of Sulu #BBF592
RGB
CMYK
RGB Variations
Color information
#BBF592 (or 0xBBF592) is known color: Sulu. HEX triplet: BB, F5 and 92. RGB value is (187,245,146). Sum of RGB (Red+Green+Blue) = 187+245+146=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF592 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF592 is #440A6D. Grayscale: #D8D8D8. Windows color (decimal): -4459118 or 9631163. OLE color: 9631163.
HSL color Cylindrical-coordinate representation of color #BBF592: hue angle of 95.15º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBF592 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 146 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.04 |
| HSL | 95.15º | 0.83% | 0.77% | - |
| HSV(B) | 95.15º | 0.4% | 0.96% | - |
| XYZ | 58.33 | 77.94 | 39.16 | - |
| YUV | 216.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 146 | 0.24 | 0 | 0.40 | 0.04 | 95.15 | 0.83 | 0.77 |
| Hex | BB | F5 | 92 | 18 | 0 | 28 | 4 | 5F | 53 | 4D |
| Octal | 273 | 365 | 222 | 30 | 0 | 50 | 4 | 137 | 123 | 115 |
| Binary | 10111011 | 11110101 | 10010010 | 11000 | 0 | 101000 | 100 | 1011111 | 1010011 | 1001101 |
Color Harmonies of #BBF592
Complementary color
Monochromatic Colors of #BBF592
Black with #BBF592
Text Example
Text Example
White with #BBF592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF592; }
p { color: rgb(187,245,146); }
H1.HeaderClassName
{
color: #BBF592;
}
.AnyTagClassName
{
color: #BBF592;
}
</style>
background-color css
<style>
a { background-color: #BBF592; }
a { background-color: rgb(187,245,146); }
div.DivClassName
{
background-color: #BBF592;
}
.BgClassName
{
background-color: #BBF592;
}
</style>
border-color css
<style>
span { border-color: #BBF592; }
span { border-color: rgb(187,245,146); }
td.TdClassName
{
border-color: #BBF592;
}
.TagClassName
{
border-color: #BBF592;
}
</style>