Shades of Sulu #BBEA84
Tints of Sulu #BBEA84
RGB
CMYK
RGB Variations
Color information
#BBEA84 (or 0xBBEA84) is known color: Sulu. HEX triplet: BB, EA and 84. RGB value is (187,234,132). Sum of RGB (Red+Green+Blue) = 187+234+132=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA84 is #44157B. Grayscale: #D0D0D0. Windows color (decimal): -4461948 or 8710843. OLE color: 8710843.
HSL color Cylindrical-coordinate representation of color #BBEA84: hue angle of 87.65º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBEA84 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 132 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.08 |
| HSL | 87.65º | 0.71% | 0.72% | - |
| HSV(B) | 87.65º | 0.44% | 0.92% | - |
| XYZ | 54.08 | 71.08 | 32.7 | - |
| YUV | 208.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 132 | 0.20 | 0 | 0.44 | 0.08 | 87.65 | 0.71 | 0.72 |
| Hex | BB | EA | 84 | 14 | 0 | 2C | 8 | 58 | 47 | 48 |
| Octal | 273 | 352 | 204 | 24 | 0 | 54 | 10 | 130 | 107 | 110 |
| Binary | 10111011 | 11101010 | 10000100 | 10100 | 0 | 101100 | 1000 | 1011000 | 1000111 | 1001000 |
Color Harmonies of #BBEA84
Complementary color
Monochromatic Colors of #BBEA84
Black with #BBEA84
Text Example
Text Example
White with #BBEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA84; }
p { color: rgb(187,234,132); }
H1.HeaderClassName
{
color: #BBEA84;
}
.AnyTagClassName
{
color: #BBEA84;
}
</style>
background-color css
<style>
a { background-color: #BBEA84; }
a { background-color: rgb(187,234,132); }
div.DivClassName
{
background-color: #BBEA84;
}
.BgClassName
{
background-color: #BBEA84;
}
</style>
border-color css
<style>
span { border-color: #BBEA84; }
span { border-color: rgb(187,234,132); }
td.TdClassName
{
border-color: #BBEA84;
}
.TagClassName
{
border-color: #BBEA84;
}
</style>