Shades of Sulu #BBE08D
Tints of Sulu #BBE08D
RGB
CMYK
RGB Variations
Color information
#BBE08D (or 0xBBE08D) is known color: Sulu. HEX triplet: BB, E0 and 8D. RGB value is (187,224,141). Sum of RGB (Red+Green+Blue) = 187+224+141=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE08D is #441F72. Grayscale: #CBCBCB. Windows color (decimal): -4464499 or 9298107. OLE color: 9298107.
HSL color Cylindrical-coordinate representation of color #BBE08D: hue angle of 86.75º degrees, saturation: 0.57, 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 #BBE08D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 141 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.12 |
| HSL | 86.75º | 0.57% | 0.72% | - |
| HSV(B) | 86.75º | 0.37% | 0.88% | - |
| XYZ | 51.96 | 65.8 | 35.16 | - |
| YUV | 203.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 141 | 0.17 | 0 | 0.37 | 0.12 | 86.75 | 0.57 | 0.72 |
| Hex | BB | E0 | 8D | 11 | 0 | 25 | C | 57 | 39 | 48 |
| Octal | 273 | 340 | 215 | 21 | 0 | 45 | 14 | 127 | 71 | 110 |
| Binary | 10111011 | 11100000 | 10001101 | 10001 | 0 | 100101 | 1100 | 1010111 | 111001 | 1001000 |
Color Harmonies of #BBE08D
Complementary color
Monochromatic Colors of #BBE08D
Black with #BBE08D
Text Example
Text Example
White with #BBE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE08D; }
p { color: rgb(187,224,141); }
H1.HeaderClassName
{
color: #BBE08D;
}
.AnyTagClassName
{
color: #BBE08D;
}
</style>
background-color css
<style>
a { background-color: #BBE08D; }
a { background-color: rgb(187,224,141); }
div.DivClassName
{
background-color: #BBE08D;
}
.BgClassName
{
background-color: #BBE08D;
}
</style>
border-color css
<style>
span { border-color: #BBE08D; }
span { border-color: rgb(187,224,141); }
td.TdClassName
{
border-color: #BBE08D;
}
.TagClassName
{
border-color: #BBE08D;
}
</style>