Shades of Sulu #BEE18C
Tints of Sulu #BEE18C
RGB
CMYK
RGB Variations
Color information
#BEE18C (or 0xBEE18C) is known color: Sulu. HEX triplet: BE, E1 and 8C. RGB value is (190,225,140). Sum of RGB (Red+Green+Blue) = 190+225+140=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE18C is #411E73. Grayscale: #CDCDCD. Windows color (decimal): -4267636 or 9232830. OLE color: 9232830.
HSL color Cylindrical-coordinate representation of color #BEE18C: hue angle of 84.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEE18C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 140 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.12 |
| HSL | 84.71º | 0.59% | 0.72% | - |
| HSV(B) | 84.71º | 0.38% | 0.88% | - |
| XYZ | 52.89 | 66.69 | 34.9 | - |
| YUV | 204.85 | 91.4 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 140 | 0.16 | 0 | 0.38 | 0.12 | 84.71 | 0.59 | 0.72 |
| Hex | BE | E1 | 8C | 10 | 0 | 26 | C | 55 | 3B | 48 |
| Octal | 276 | 341 | 214 | 20 | 0 | 46 | 14 | 125 | 73 | 110 |
| Binary | 10111110 | 11100001 | 10001100 | 10000 | 0 | 100110 | 1100 | 1010101 | 111011 | 1001000 |
Color Harmonies of #BEE18C
Complementary color
Monochromatic Colors of #BEE18C
Black with #BEE18C
Text Example
Text Example
White with #BEE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE18C; }
p { color: rgb(190,225,140); }
H1.HeaderClassName
{
color: #BEE18C;
}
.AnyTagClassName
{
color: #BEE18C;
}
</style>
background-color css
<style>
a { background-color: #BEE18C; }
a { background-color: rgb(190,225,140); }
div.DivClassName
{
background-color: #BEE18C;
}
.BgClassName
{
background-color: #BEE18C;
}
</style>
border-color css
<style>
span { border-color: #BEE18C; }
span { border-color: rgb(190,225,140); }
td.TdClassName
{
border-color: #BEE18C;
}
.TagClassName
{
border-color: #BEE18C;
}
</style>