Shades of Sulu #BBFE85
Tints of Sulu #BBFE85
RGB
CMYK
RGB Variations
Color information
#BBFE85 (or 0xBBFE85) is known color: Sulu. HEX triplet: BB, FE and 85. RGB value is (187,254,133). Sum of RGB (Red+Green+Blue) = 187+254+133=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFE85 is #44017A. Grayscale: #DCDCDC. Windows color (decimal): -4456827 or 8781499. OLE color: 8781499.
HSL color Cylindrical-coordinate representation of color #BBFE85: hue angle of 93.22º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBFE85 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 133 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.00 |
| HSL | 93.22º | 0.98% | 0.76% | - |
| HSV(B) | 93.22º | 0.48% | 1% | - |
| XYZ | 60.17 | 83.14 | 35.07 | - |
| YUV | 220.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 133 | 0.26 | 0 | 0.48 | 0.00 | 93.22 | 0.98 | 0.76 |
| Hex | BB | FE | 85 | 1A | 0 | 30 | 0 | 5D | 62 | 4C |
| Octal | 273 | 376 | 205 | 32 | 0 | 60 | 0 | 135 | 142 | 114 |
| Binary | 10111011 | 11111110 | 10000101 | 11010 | 0 | 110000 | 0 | 1011101 | 1100010 | 1001100 |
Color Harmonies of #BBFE85
Complementary color
Monochromatic Colors of #BBFE85
Black with #BBFE85
Text Example
Text Example
White with #BBFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE85; }
p { color: rgb(187,254,133); }
H1.HeaderClassName
{
color: #BBFE85;
}
.AnyTagClassName
{
color: #BBFE85;
}
</style>
background-color css
<style>
a { background-color: #BBFE85; }
a { background-color: rgb(187,254,133); }
div.DivClassName
{
background-color: #BBFE85;
}
.BgClassName
{
background-color: #BBFE85;
}
</style>
border-color css
<style>
span { border-color: #BBFE85; }
span { border-color: rgb(187,254,133); }
td.TdClassName
{
border-color: #BBFE85;
}
.TagClassName
{
border-color: #BBFE85;
}
</style>