Shades of Mint Tulip #BEF1E0
Tints of Mint Tulip #BEF1E0
RGB
CMYK
RGB Variations
Color information
#BEF1E0 (or 0xBEF1E0) is known color: Mint Tulip. HEX triplet: BE, F1 and E0. RGB value is (190,241,224). Sum of RGB (Red+Green+Blue) = 190+241+224=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1E0 is #410E1F. Grayscale: #DFDFDF. Windows color (decimal): -4263456 or 14741950. OLE color: 14741950.
HSL color Cylindrical-coordinate representation of color #BEF1E0: hue angle of 160º 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 #BEF1E0 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 224 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.05 |
| HSL | 160º | 0.65% | 0.85% | - |
| HSV(B) | 160º | 0.21% | 0.95% | - |
| XYZ | 66.15 | 79.24 | 82.33 | - |
| YUV | 223.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 224 | 0.21 | 0 | 0.07 | 0.05 | 160 | 0.65 | 0.85 |
| Hex | BE | F1 | E0 | 15 | 0 | 7 | 5 | A0 | 41 | 55 |
| Octal | 276 | 361 | 340 | 25 | 0 | 7 | 5 | 240 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11100000 | 10101 | 0 | 111 | 101 | 10100000 | 1000001 | 1010101 |
Color Harmonies of #BEF1E0
Complementary color
Monochromatic Colors of #BEF1E0
Black with #BEF1E0
Text Example
Text Example
White with #BEF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1E0; }
p { color: rgb(190,241,224); }
H1.HeaderClassName
{
color: #BEF1E0;
}
.AnyTagClassName
{
color: #BEF1E0;
}
</style>
background-color css
<style>
a { background-color: #BEF1E0; }
a { background-color: rgb(190,241,224); }
div.DivClassName
{
background-color: #BEF1E0;
}
.BgClassName
{
background-color: #BEF1E0;
}
</style>
border-color css
<style>
span { border-color: #BEF1E0; }
span { border-color: rgb(190,241,224); }
td.TdClassName
{
border-color: #BEF1E0;
}
.TagClassName
{
border-color: #BEF1E0;
}
</style>