Shades of Sulu #BBF383
Tints of Sulu #BBF383
RGB
CMYK
RGB Variations
Color information
#BBF383 (or 0xBBF383) is known color: Sulu. HEX triplet: BB, F3 and 83. RGB value is (187,243,131). Sum of RGB (Red+Green+Blue) = 187+243+131=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF383 is #440C7C. Grayscale: #D5D5D5. Windows color (decimal): -4459645 or 8647611. OLE color: 8647611.
HSL color Cylindrical-coordinate representation of color #BBF383: hue angle of 90º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF383 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 131 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.05 |
| HSL | 90º | 0.82% | 0.73% | - |
| HSV(B) | 90º | 0.46% | 0.95% | - |
| XYZ | 56.64 | 76.3 | 33.22 | - |
| YUV | 213.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 131 | 0.23 | 0 | 0.46 | 0.05 | 90 | 0.82 | 0.73 |
| Hex | BB | F3 | 83 | 17 | 0 | 2E | 5 | 5A | 52 | 49 |
| Octal | 273 | 363 | 203 | 27 | 0 | 56 | 5 | 132 | 122 | 111 |
| Binary | 10111011 | 11110011 | 10000011 | 10111 | 0 | 101110 | 101 | 1011010 | 1010010 | 1001001 |
Color Harmonies of #BBF383
Complementary color
Monochromatic Colors of #BBF383
Black with #BBF383
Text Example
Text Example
White with #BBF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF383; }
p { color: rgb(187,243,131); }
H1.HeaderClassName
{
color: #BBF383;
}
.AnyTagClassName
{
color: #BBF383;
}
</style>
background-color css
<style>
a { background-color: #BBF383; }
a { background-color: rgb(187,243,131); }
div.DivClassName
{
background-color: #BBF383;
}
.BgClassName
{
background-color: #BBF383;
}
</style>
border-color css
<style>
span { border-color: #BBF383; }
span { border-color: rgb(187,243,131); }
td.TdClassName
{
border-color: #BBF383;
}
.TagClassName
{
border-color: #BBF383;
}
</style>