Shades of Sulu #BBFF84
Tints of Sulu #BBFF84
RGB
CMYK
RGB Variations
Color information
#BBFF84 (or 0xBBFF84) is known color: Sulu. HEX triplet: BB, FF and 84. RGB value is (187,255,132). Sum of RGB (Red+Green+Blue) = 187+255+132=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFF84 is #44007B. Grayscale: #DDDDDD. Windows color (decimal): -4456572 or 8716219. OLE color: 8716219.
HSL color Cylindrical-coordinate representation of color #BBFF84: hue angle of 93.17º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBFF84 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 132 | - |
| CMYK | 0.27 | 0 | 0.48 | 0 |
| HSL | 93.17º | 1% | 0.76% | - |
| HSV(B) | 93.17º | 0.48% | 1% | - |
| XYZ | 60.42 | 83.75 | 34.81 | - |
| YUV | 220.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 132 | 0.27 | 0 | 0.48 | 0 | 93.17 | 1 | 0.76 |
| Hex | BB | FF | 84 | 1B | 0 | 30 | 0 | 5D | 64 | 4C |
| Octal | 273 | 377 | 204 | 33 | 0 | 60 | 0 | 135 | 144 | 114 |
| Binary | 10111011 | 11111111 | 10000100 | 11011 | 0 | 110000 | 0 | 1011101 | 1100100 | 1001100 |
Color Harmonies of #BBFF84
Complementary color
Monochromatic Colors of #BBFF84
Black with #BBFF84
Text Example
Text Example
White with #BBFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF84; }
p { color: rgb(187,255,132); }
H1.HeaderClassName
{
color: #BBFF84;
}
.AnyTagClassName
{
color: #BBFF84;
}
</style>
background-color css
<style>
a { background-color: #BBFF84; }
a { background-color: rgb(187,255,132); }
div.DivClassName
{
background-color: #BBFF84;
}
.BgClassName
{
background-color: #BBFF84;
}
</style>
border-color css
<style>
span { border-color: #BBFF84; }
span { border-color: rgb(187,255,132); }
td.TdClassName
{
border-color: #BBFF84;
}
.TagClassName
{
border-color: #BBFF84;
}
</style>