Shades of Sulu #BEE686
Tints of Sulu #BEE686
RGB
CMYK
RGB Variations
Color information
#BEE686 (or 0xBEE686) is known color: Sulu. HEX triplet: BE, E6 and 86. RGB value is (190,230,134). Sum of RGB (Red+Green+Blue) = 190+230+134=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE686 is #411979. Grayscale: #CFCFCF. Windows color (decimal): -4266362 or 8840894. OLE color: 8840894.
HSL color Cylindrical-coordinate representation of color #BEE686: hue angle of 85º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEE686 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 134 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.10 |
| HSL | 85º | 0.66% | 0.71% | - |
| HSV(B) | 85º | 0.42% | 0.9% | - |
| XYZ | 53.84 | 69.26 | 33.09 | - |
| YUV | 207.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 134 | 0.17 | 0 | 0.42 | 0.10 | 85 | 0.66 | 0.71 |
| Hex | BE | E6 | 86 | 11 | 0 | 2A | A | 55 | 42 | 47 |
| Octal | 276 | 346 | 206 | 21 | 0 | 52 | 12 | 125 | 102 | 107 |
| Binary | 10111110 | 11100110 | 10000110 | 10001 | 0 | 101010 | 1010 | 1010101 | 1000010 | 1000111 |
Color Harmonies of #BEE686
Complementary color
Monochromatic Colors of #BEE686
Black with #BEE686
Text Example
Text Example
White with #BEE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE686; }
p { color: rgb(190,230,134); }
H1.HeaderClassName
{
color: #BEE686;
}
.AnyTagClassName
{
color: #BEE686;
}
</style>
background-color css
<style>
a { background-color: #BEE686; }
a { background-color: rgb(190,230,134); }
div.DivClassName
{
background-color: #BEE686;
}
.BgClassName
{
background-color: #BEE686;
}
</style>
border-color css
<style>
span { border-color: #BEE686; }
span { border-color: rgb(190,230,134); }
td.TdClassName
{
border-color: #BEE686;
}
.TagClassName
{
border-color: #BEE686;
}
</style>