Shades of Mint Tulip #BEF1DE
Tints of Mint Tulip #BEF1DE
RGB
CMYK
RGB Variations
Color information
#BEF1DE (or 0xBEF1DE) is known color: Mint Tulip. HEX triplet: BE, F1 and DE. RGB value is (190,241,222). Sum of RGB (Red+Green+Blue) = 190+241+222=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1DE is #410E21. Grayscale: #DFDFDF. Windows color (decimal): -4263458 or 14610878. OLE color: 14610878.
HSL color Cylindrical-coordinate representation of color #BEF1DE: hue angle of 157.65º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1DE is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 222 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.05 |
| HSL | 157.65º | 0.65% | 0.85% | - |
| HSV(B) | 157.65º | 0.21% | 0.95% | - |
| XYZ | 65.88 | 79.13 | 80.91 | - |
| YUV | 223.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 222 | 0.21 | 0 | 0.08 | 0.05 | 157.65 | 0.65 | 0.85 |
| Hex | BE | F1 | DE | 15 | 0 | 8 | 5 | 9E | 41 | 55 |
| Octal | 276 | 361 | 336 | 25 | 0 | 10 | 5 | 236 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11011110 | 10101 | 0 | 1000 | 101 | 10011110 | 1000001 | 1010101 |
Color Harmonies of #BEF1DE
Complementary color
Monochromatic Colors of #BEF1DE
Black with #BEF1DE
Text Example
Text Example
White with #BEF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1DE; }
p { color: rgb(190,241,222); }
H1.HeaderClassName
{
color: #BEF1DE;
}
.AnyTagClassName
{
color: #BEF1DE;
}
</style>
background-color css
<style>
a { background-color: #BEF1DE; }
a { background-color: rgb(190,241,222); }
div.DivClassName
{
background-color: #BEF1DE;
}
.BgClassName
{
background-color: #BEF1DE;
}
</style>
border-color css
<style>
span { border-color: #BEF1DE; }
span { border-color: rgb(190,241,222); }
td.TdClassName
{
border-color: #BEF1DE;
}
.TagClassName
{
border-color: #BEF1DE;
}
</style>