Shades of Sulu #BEE993
Tints of Sulu #BEE993
RGB
CMYK
RGB Variations
Color information
#BEE993 (or 0xBEE993) is known color: Sulu. HEX triplet: BE, E9 and 93. RGB value is (190,233,147). Sum of RGB (Red+Green+Blue) = 190+233+147=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE993 is #41166C. Grayscale: #D2D2D2. Windows color (decimal): -4265581 or 9693630. OLE color: 9693630.
HSL color Cylindrical-coordinate representation of color #BEE993: hue angle of 90º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEE993 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 147 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.09 |
| HSL | 90º | 0.66% | 0.75% | - |
| HSV(B) | 90º | 0.37% | 0.91% | - |
| XYZ | 55.64 | 71.33 | 38.44 | - |
| YUV | 210.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 147 | 0.18 | 0 | 0.37 | 0.09 | 90 | 0.66 | 0.75 |
| Hex | BE | E9 | 93 | 12 | 0 | 25 | 9 | 5A | 42 | 4B |
| Octal | 276 | 351 | 223 | 22 | 0 | 45 | 11 | 132 | 102 | 113 |
| Binary | 10111110 | 11101001 | 10010011 | 10010 | 0 | 100101 | 1001 | 1011010 | 1000010 | 1001011 |
Color Harmonies of #BEE993
Complementary color
Monochromatic Colors of #BEE993
Black with #BEE993
Text Example
Text Example
White with #BEE993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE993; }
p { color: rgb(190,233,147); }
H1.HeaderClassName
{
color: #BEE993;
}
.AnyTagClassName
{
color: #BEE993;
}
</style>
background-color css
<style>
a { background-color: #BEE993; }
a { background-color: rgb(190,233,147); }
div.DivClassName
{
background-color: #BEE993;
}
.BgClassName
{
background-color: #BEE993;
}
</style>
border-color css
<style>
span { border-color: #BEE993; }
span { border-color: rgb(190,233,147); }
td.TdClassName
{
border-color: #BEE993;
}
.TagClassName
{
border-color: #BEE993;
}
</style>