Shades of Sulu #BBEA8E
Tints of Sulu #BBEA8E
RGB
CMYK
RGB Variations
Color information
#BBEA8E (or 0xBBEA8E) is known color: Sulu. HEX triplet: BB, EA and 8E. RGB value is (187,234,142). Sum of RGB (Red+Green+Blue) = 187+234+142=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA8E is #441571. Grayscale: #D1D1D1. Windows color (decimal): -4461938 or 9366203. OLE color: 9366203.
HSL color Cylindrical-coordinate representation of color #BBEA8E: hue angle of 90.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBEA8E is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 142 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.08 |
| HSL | 90.65º | 0.69% | 0.74% | - |
| HSV(B) | 90.65º | 0.39% | 0.92% | - |
| XYZ | 54.8 | 71.36 | 36.48 | - |
| YUV | 209.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 142 | 0.20 | 0 | 0.39 | 0.08 | 90.65 | 0.69 | 0.74 |
| Hex | BB | EA | 8E | 14 | 0 | 27 | 8 | 5B | 45 | 4A |
| Octal | 273 | 352 | 216 | 24 | 0 | 47 | 10 | 133 | 105 | 112 |
| Binary | 10111011 | 11101010 | 10001110 | 10100 | 0 | 100111 | 1000 | 1011011 | 1000101 | 1001010 |
Color Harmonies of #BBEA8E
Complementary color
Monochromatic Colors of #BBEA8E
Black with #BBEA8E
Text Example
Text Example
White with #BBEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA8E; }
p { color: rgb(187,234,142); }
H1.HeaderClassName
{
color: #BBEA8E;
}
.AnyTagClassName
{
color: #BBEA8E;
}
</style>
background-color css
<style>
a { background-color: #BBEA8E; }
a { background-color: rgb(187,234,142); }
div.DivClassName
{
background-color: #BBEA8E;
}
.BgClassName
{
background-color: #BBEA8E;
}
</style>
border-color css
<style>
span { border-color: #BBEA8E; }
span { border-color: rgb(187,234,142); }
td.TdClassName
{
border-color: #BBEA8E;
}
.TagClassName
{
border-color: #BBEA8E;
}
</style>