Shades of Sulu #BEE295
Tints of Sulu #BEE295
RGB
CMYK
RGB Variations
Color information
#BEE295 (or 0xBEE295) is known color: Sulu. HEX triplet: BE, E2 and 95. RGB value is (190,226,149). Sum of RGB (Red+Green+Blue) = 190+226+149=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE295 is #411D6A. Grayscale: #CECECE. Windows color (decimal): -4267371 or 9822910. OLE color: 9822910.
HSL color Cylindrical-coordinate representation of color #BEE295: hue angle of 88.05º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEE295 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 149 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.11 |
| HSL | 88.05º | 0.57% | 0.74% | - |
| HSV(B) | 88.05º | 0.34% | 0.89% | - |
| XYZ | 53.86 | 67.51 | 38.63 | - |
| YUV | 206.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 149 | 0.16 | 0 | 0.34 | 0.11 | 88.05 | 0.57 | 0.74 |
| Hex | BE | E2 | 95 | 10 | 0 | 22 | B | 58 | 39 | 4A |
| Octal | 276 | 342 | 225 | 20 | 0 | 42 | 13 | 130 | 71 | 112 |
| Binary | 10111110 | 11100010 | 10010101 | 10000 | 0 | 100010 | 1011 | 1011000 | 111001 | 1001010 |
Color Harmonies of #BEE295
Complementary color
Monochromatic Colors of #BEE295
Black with #BEE295
Text Example
Text Example
White with #BEE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE295; }
p { color: rgb(190,226,149); }
H1.HeaderClassName
{
color: #BEE295;
}
.AnyTagClassName
{
color: #BEE295;
}
</style>
background-color css
<style>
a { background-color: #BEE295; }
a { background-color: rgb(190,226,149); }
div.DivClassName
{
background-color: #BEE295;
}
.BgClassName
{
background-color: #BEE295;
}
</style>
border-color css
<style>
span { border-color: #BEE295; }
span { border-color: rgb(190,226,149); }
td.TdClassName
{
border-color: #BEE295;
}
.TagClassName
{
border-color: #BEE295;
}
</style>