Shades of Sulu #BBFA8D
Tints of Sulu #BBFA8D
RGB
CMYK
RGB Variations
Color information
#BBFA8D (or 0xBBFA8D) is known color: Sulu. HEX triplet: BB, FA and 8D. RGB value is (187,250,141). Sum of RGB (Red+Green+Blue) = 187+250+141=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFA8D is #440572. Grayscale: #DBDBDB. Windows color (decimal): -4457843 or 9304763. OLE color: 9304763.
HSL color Cylindrical-coordinate representation of color #BBFA8D: hue angle of 94.68º degrees, saturation: 0.92, 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 #BBFA8D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 141 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.02 |
| HSL | 94.68º | 0.92% | 0.77% | - |
| HSV(B) | 94.68º | 0.44% | 0.98% | - |
| XYZ | 59.49 | 80.86 | 37.67 | - |
| YUV | 218.74 | 84.13 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 141 | 0.25 | 0 | 0.44 | 0.02 | 94.68 | 0.92 | 0.77 |
| Hex | BB | FA | 8D | 19 | 0 | 2C | 2 | 5F | 5C | 4D |
| Octal | 273 | 372 | 215 | 31 | 0 | 54 | 2 | 137 | 134 | 115 |
| Binary | 10111011 | 11111010 | 10001101 | 11001 | 0 | 101100 | 10 | 1011111 | 1011100 | 1001101 |
Color Harmonies of #BBFA8D
Complementary color
Monochromatic Colors of #BBFA8D
Black with #BBFA8D
Text Example
Text Example
White with #BBFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFA8D; }
p { color: rgb(187,250,141); }
H1.HeaderClassName
{
color: #BBFA8D;
}
.AnyTagClassName
{
color: #BBFA8D;
}
</style>
background-color css
<style>
a { background-color: #BBFA8D; }
a { background-color: rgb(187,250,141); }
div.DivClassName
{
background-color: #BBFA8D;
}
.BgClassName
{
background-color: #BBFA8D;
}
</style>
border-color css
<style>
span { border-color: #BBFA8D; }
span { border-color: rgb(187,250,141); }
td.TdClassName
{
border-color: #BBFA8D;
}
.TagClassName
{
border-color: #BBFA8D;
}
</style>