Shades of Sulu #BEE085
Tints of Sulu #BEE085
RGB
CMYK
RGB Variations
Color information
#BEE085 (or 0xBEE085) is known color: Sulu. HEX triplet: BE, E0 and 85. RGB value is (190,224,133). Sum of RGB (Red+Green+Blue) = 190+224+133=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE085 is #411F7A. Grayscale: #CBCBCB. Windows color (decimal): -4267899 or 8773822. OLE color: 8773822.
HSL color Cylindrical-coordinate representation of color #BEE085: hue angle of 82.42º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEE085 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 133 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.12 |
| HSL | 82.42º | 0.59% | 0.7% | - |
| HSV(B) | 82.42º | 0.41% | 0.88% | - |
| XYZ | 52.12 | 65.95 | 32.17 | - |
| YUV | 203.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 133 | 0.15 | 0 | 0.41 | 0.12 | 82.42 | 0.59 | 0.7 |
| Hex | BE | E0 | 85 | F | 0 | 29 | C | 52 | 3B | 46 |
| Octal | 276 | 340 | 205 | 17 | 0 | 51 | 14 | 122 | 73 | 106 |
| Binary | 10111110 | 11100000 | 10000101 | 1111 | 0 | 101001 | 1100 | 1010010 | 111011 | 1000110 |
Color Harmonies of #BEE085
Complementary color
Monochromatic Colors of #BEE085
Black with #BEE085
Text Example
Text Example
White with #BEE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE085; }
p { color: rgb(190,224,133); }
H1.HeaderClassName
{
color: #BEE085;
}
.AnyTagClassName
{
color: #BEE085;
}
</style>
background-color css
<style>
a { background-color: #BEE085; }
a { background-color: rgb(190,224,133); }
div.DivClassName
{
background-color: #BEE085;
}
.BgClassName
{
background-color: #BEE085;
}
</style>
border-color css
<style>
span { border-color: #BEE085; }
span { border-color: rgb(190,224,133); }
td.TdClassName
{
border-color: #BEE085;
}
.TagClassName
{
border-color: #BEE085;
}
</style>