Shades of Sulu #BBF486
Tints of Sulu #BBF486
RGB
CMYK
RGB Variations
Color information
#BBF486 (or 0xBBF486) is known color: Sulu. HEX triplet: BB, F4 and 86. RGB value is (187,244,134). Sum of RGB (Red+Green+Blue) = 187+244+134=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF486 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF486 is #440B79. Grayscale: #D6D6D6. Windows color (decimal): -4459386 or 8844475. OLE color: 8844475.
HSL color Cylindrical-coordinate representation of color #BBF486: hue angle of 91.09º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBF486 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 134 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.04 |
| HSL | 91.09º | 0.83% | 0.74% | - |
| HSV(B) | 91.09º | 0.45% | 0.96% | - |
| XYZ | 57.15 | 76.99 | 34.4 | - |
| YUV | 214.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 134 | 0.23 | 0 | 0.45 | 0.04 | 91.09 | 0.83 | 0.74 |
| Hex | BB | F4 | 86 | 17 | 0 | 2D | 4 | 5B | 53 | 4A |
| Octal | 273 | 364 | 206 | 27 | 0 | 55 | 4 | 133 | 123 | 112 |
| Binary | 10111011 | 11110100 | 10000110 | 10111 | 0 | 101101 | 100 | 1011011 | 1010011 | 1001010 |
Color Harmonies of #BBF486
Complementary color
Monochromatic Colors of #BBF486
Black with #BBF486
Text Example
Text Example
White with #BBF486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF486; }
p { color: rgb(187,244,134); }
H1.HeaderClassName
{
color: #BBF486;
}
.AnyTagClassName
{
color: #BBF486;
}
</style>
background-color css
<style>
a { background-color: #BBF486; }
a { background-color: rgb(187,244,134); }
div.DivClassName
{
background-color: #BBF486;
}
.BgClassName
{
background-color: #BBF486;
}
</style>
border-color css
<style>
span { border-color: #BBF486; }
span { border-color: rgb(187,244,134); }
td.TdClassName
{
border-color: #BBF486;
}
.TagClassName
{
border-color: #BBF486;
}
</style>