Shades of Sulu #BBE18D
Tints of Sulu #BBE18D
RGB
CMYK
RGB Variations
Color information
#BBE18D (or 0xBBE18D) is known color: Sulu. HEX triplet: BB, E1 and 8D. RGB value is (187,225,141). Sum of RGB (Red+Green+Blue) = 187+225+141=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE18D is #441E72. Grayscale: #CCCCCC. Windows color (decimal): -4464243 or 9298363. OLE color: 9298363.
HSL color Cylindrical-coordinate representation of color #BBE18D: hue angle of 87.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBE18D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 141 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.12 |
| HSL | 87.14º | 0.58% | 0.72% | - |
| HSV(B) | 87.14º | 0.37% | 0.88% | - |
| XYZ | 52.23 | 66.34 | 35.25 | - |
| YUV | 204.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 141 | 0.17 | 0 | 0.37 | 0.12 | 87.14 | 0.58 | 0.72 |
| Hex | BB | E1 | 8D | 11 | 0 | 25 | C | 57 | 3A | 48 |
| Octal | 273 | 341 | 215 | 21 | 0 | 45 | 14 | 127 | 72 | 110 |
| Binary | 10111011 | 11100001 | 10001101 | 10001 | 0 | 100101 | 1100 | 1010111 | 111010 | 1001000 |
Color Harmonies of #BBE18D
Complementary color
Monochromatic Colors of #BBE18D
Black with #BBE18D
Text Example
Text Example
White with #BBE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE18D; }
p { color: rgb(187,225,141); }
H1.HeaderClassName
{
color: #BBE18D;
}
.AnyTagClassName
{
color: #BBE18D;
}
</style>
background-color css
<style>
a { background-color: #BBE18D; }
a { background-color: rgb(187,225,141); }
div.DivClassName
{
background-color: #BBE18D;
}
.BgClassName
{
background-color: #BBE18D;
}
</style>
border-color css
<style>
span { border-color: #BBE18D; }
span { border-color: rgb(187,225,141); }
td.TdClassName
{
border-color: #BBE18D;
}
.TagClassName
{
border-color: #BBE18D;
}
</style>