Shades of Sulu #BBFB8D
Tints of Sulu #BBFB8D
RGB
CMYK
RGB Variations
Color information
#BBFB8D (or 0xBBFB8D) is known color: Sulu. HEX triplet: BB, FB and 8D. RGB value is (187,251,141). Sum of RGB (Red+Green+Blue) = 187+251+141=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFB8D is #440472. Grayscale: #DBDBDB. Windows color (decimal): -4457587 or 9305019. OLE color: 9305019.
HSL color Cylindrical-coordinate representation of color #BBFB8D: hue angle of 94.91º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBFB8D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 141 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.02 |
| HSL | 94.91º | 0.93% | 0.77% | - |
| HSV(B) | 94.91º | 0.44% | 0.98% | - |
| XYZ | 59.8 | 81.48 | 37.78 | - |
| YUV | 219.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 141 | 0.25 | 0 | 0.44 | 0.02 | 94.91 | 0.93 | 0.77 |
| Hex | BB | FB | 8D | 19 | 0 | 2C | 2 | 5F | 5D | 4D |
| Octal | 273 | 373 | 215 | 31 | 0 | 54 | 2 | 137 | 135 | 115 |
| Binary | 10111011 | 11111011 | 10001101 | 11001 | 0 | 101100 | 10 | 1011111 | 1011101 | 1001101 |
Color Harmonies of #BBFB8D
Complementary color
Monochromatic Colors of #BBFB8D
Black with #BBFB8D
Text Example
Text Example
White with #BBFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFB8D; }
p { color: rgb(187,251,141); }
H1.HeaderClassName
{
color: #BBFB8D;
}
.AnyTagClassName
{
color: #BBFB8D;
}
</style>
background-color css
<style>
a { background-color: #BBFB8D; }
a { background-color: rgb(187,251,141); }
div.DivClassName
{
background-color: #BBFB8D;
}
.BgClassName
{
background-color: #BBFB8D;
}
</style>
border-color css
<style>
span { border-color: #BBFB8D; }
span { border-color: rgb(187,251,141); }
td.TdClassName
{
border-color: #BBFB8D;
}
.TagClassName
{
border-color: #BBFB8D;
}
</style>