Shades of Mint Tulip #BEF5E1
Tints of Mint Tulip #BEF5E1
RGB
CMYK
RGB Variations
Color information
#BEF5E1 (or 0xBEF5E1) is known color: Mint Tulip. HEX triplet: BE, F5 and E1. RGB value is (190,245,225). Sum of RGB (Red+Green+Blue) = 190+245+225=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5E1 is #410A1E. Grayscale: #E2E2E2. Windows color (decimal): -4262431 or 14808510. OLE color: 14808510.
HSL color Cylindrical-coordinate representation of color #BEF5E1: hue angle of 158.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF5E1 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 225 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.04 |
| HSL | 158.18º | 0.73% | 0.85% | - |
| HSV(B) | 158.18º | 0.22% | 0.96% | - |
| XYZ | 67.48 | 81.69 | 83.45 | - |
| YUV | 226.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 225 | 0.22 | 0 | 0.08 | 0.04 | 158.18 | 0.73 | 0.85 |
| Hex | BE | F5 | E1 | 16 | 0 | 8 | 4 | 9E | 49 | 55 |
| Octal | 276 | 365 | 341 | 26 | 0 | 10 | 4 | 236 | 111 | 125 |
| Binary | 10111110 | 11110101 | 11100001 | 10110 | 0 | 1000 | 100 | 10011110 | 1001001 | 1010101 |
Color Harmonies of #BEF5E1
Complementary color
Monochromatic Colors of #BEF5E1
Black with #BEF5E1
Text Example
Text Example
White with #BEF5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5E1; }
p { color: rgb(190,245,225); }
H1.HeaderClassName
{
color: #BEF5E1;
}
.AnyTagClassName
{
color: #BEF5E1;
}
</style>
background-color css
<style>
a { background-color: #BEF5E1; }
a { background-color: rgb(190,245,225); }
div.DivClassName
{
background-color: #BEF5E1;
}
.BgClassName
{
background-color: #BEF5E1;
}
</style>
border-color css
<style>
span { border-color: #BEF5E1; }
span { border-color: rgb(190,245,225); }
td.TdClassName
{
border-color: #BEF5E1;
}
.TagClassName
{
border-color: #BEF5E1;
}
</style>