Shades of Sulu #BBF885
Tints of Sulu #BBF885
RGB
CMYK
RGB Variations
Color information
#BBF885 (or 0xBBF885) is known color: Sulu. HEX triplet: BB, F8 and 85. RGB value is (187,248,133). Sum of RGB (Red+Green+Blue) = 187+248+133=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF885 is #44077A. Grayscale: #D9D9D9. Windows color (decimal): -4458363 or 8779963. OLE color: 8779963.
HSL color Cylindrical-coordinate representation of color #BBF885: hue angle of 91.83º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF885 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 133 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.03 |
| HSL | 91.83º | 0.89% | 0.75% | - |
| HSV(B) | 91.83º | 0.46% | 0.97% | - |
| XYZ | 58.29 | 79.39 | 34.44 | - |
| YUV | 216.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 133 | 0.25 | 0 | 0.46 | 0.03 | 91.83 | 0.89 | 0.75 |
| Hex | BB | F8 | 85 | 19 | 0 | 2E | 3 | 5C | 59 | 4B |
| Octal | 273 | 370 | 205 | 31 | 0 | 56 | 3 | 134 | 131 | 113 |
| Binary | 10111011 | 11111000 | 10000101 | 11001 | 0 | 101110 | 11 | 1011100 | 1011001 | 1001011 |
Color Harmonies of #BBF885
Complementary color
Monochromatic Colors of #BBF885
Black with #BBF885
Text Example
Text Example
White with #BBF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF885; }
p { color: rgb(187,248,133); }
H1.HeaderClassName
{
color: #BBF885;
}
.AnyTagClassName
{
color: #BBF885;
}
</style>
background-color css
<style>
a { background-color: #BBF885; }
a { background-color: rgb(187,248,133); }
div.DivClassName
{
background-color: #BBF885;
}
.BgClassName
{
background-color: #BBF885;
}
</style>
border-color css
<style>
span { border-color: #BBF885; }
span { border-color: rgb(187,248,133); }
td.TdClassName
{
border-color: #BBF885;
}
.TagClassName
{
border-color: #BBF885;
}
</style>