Shades of Sulu #BEE690
Tints of Sulu #BEE690
RGB
CMYK
RGB Variations
Color information
#BEE690 (or 0xBEE690) is known color: Sulu. HEX triplet: BE, E6 and 90. RGB value is (190,230,144). Sum of RGB (Red+Green+Blue) = 190+230+144=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE690 is #41196F. Grayscale: #D0D0D0. Windows color (decimal): -4266352 or 9496254. OLE color: 9496254.
HSL color Cylindrical-coordinate representation of color #BEE690: hue angle of 87.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEE690 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 144 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.10 |
| HSL | 87.91º | 0.63% | 0.73% | - |
| HSV(B) | 87.91º | 0.37% | 0.9% | - |
| XYZ | 54.57 | 69.55 | 36.93 | - |
| YUV | 208.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 144 | 0.17 | 0 | 0.37 | 0.10 | 87.91 | 0.63 | 0.73 |
| Hex | BE | E6 | 90 | 11 | 0 | 25 | A | 58 | 3F | 49 |
| Octal | 276 | 346 | 220 | 21 | 0 | 45 | 12 | 130 | 77 | 111 |
| Binary | 10111110 | 11100110 | 10010000 | 10001 | 0 | 100101 | 1010 | 1011000 | 111111 | 1001001 |
Color Harmonies of #BEE690
Complementary color
Monochromatic Colors of #BEE690
Black with #BEE690
Text Example
Text Example
White with #BEE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE690; }
p { color: rgb(190,230,144); }
H1.HeaderClassName
{
color: #BEE690;
}
.AnyTagClassName
{
color: #BEE690;
}
</style>
background-color css
<style>
a { background-color: #BEE690; }
a { background-color: rgb(190,230,144); }
div.DivClassName
{
background-color: #BEE690;
}
.BgClassName
{
background-color: #BEE690;
}
</style>
border-color css
<style>
span { border-color: #BEE690; }
span { border-color: rgb(190,230,144); }
td.TdClassName
{
border-color: #BEE690;
}
.TagClassName
{
border-color: #BEE690;
}
</style>