Shades of Sulu #BEE885
Tints of Sulu #BEE885
RGB
CMYK
RGB Variations
Color information
#BEE885 (or 0xBEE885) is known color: Sulu. HEX triplet: BE, E8 and 85. RGB value is (190,232,133). Sum of RGB (Red+Green+Blue) = 190+232+133=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE885 is #41177A. Grayscale: #D0D0D0. Windows color (decimal): -4265851 or 8775870. OLE color: 8775870.
HSL color Cylindrical-coordinate representation of color #BEE885: hue angle of 85.45º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEE885 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 133 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.09 |
| HSL | 85.45º | 0.68% | 0.72% | - |
| HSV(B) | 85.45º | 0.43% | 0.91% | - |
| XYZ | 54.33 | 70.35 | 32.91 | - |
| YUV | 208.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 133 | 0.18 | 0 | 0.43 | 0.09 | 85.45 | 0.68 | 0.72 |
| Hex | BE | E8 | 85 | 12 | 0 | 2B | 9 | 55 | 44 | 48 |
| Octal | 276 | 350 | 205 | 22 | 0 | 53 | 11 | 125 | 104 | 110 |
| Binary | 10111110 | 11101000 | 10000101 | 10010 | 0 | 101011 | 1001 | 1010101 | 1000100 | 1001000 |
Color Harmonies of #BEE885
Complementary color
Monochromatic Colors of #BEE885
Black with #BEE885
Text Example
Text Example
White with #BEE885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE885; }
p { color: rgb(190,232,133); }
H1.HeaderClassName
{
color: #BEE885;
}
.AnyTagClassName
{
color: #BEE885;
}
</style>
background-color css
<style>
a { background-color: #BEE885; }
a { background-color: rgb(190,232,133); }
div.DivClassName
{
background-color: #BEE885;
}
.BgClassName
{
background-color: #BEE885;
}
</style>
border-color css
<style>
span { border-color: #BEE885; }
span { border-color: rgb(190,232,133); }
td.TdClassName
{
border-color: #BEE885;
}
.TagClassName
{
border-color: #BEE885;
}
</style>