Shades of Mint Tulip #BEF2DD
Tints of Mint Tulip #BEF2DD
RGB
CMYK
RGB Variations
Color information
#BEF2DD (or 0xBEF2DD) is known color: Mint Tulip. HEX triplet: BE, F2 and DD. RGB value is (190,242,221). Sum of RGB (Red+Green+Blue) = 190+242+221=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DD is #410D22. Grayscale: #E0E0E0. Windows color (decimal): -4263203 or 14545598. OLE color: 14545598.
HSL color Cylindrical-coordinate representation of color #BEF2DD: hue angle of 155.77º degrees, saturation: 0.67, 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 #BEF2DD is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 221 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.05 |
| HSL | 155.77º | 0.67% | 0.85% | - |
| HSV(B) | 155.77º | 0.21% | 0.95% | - |
| XYZ | 66.04 | 79.67 | 80.3 | - |
| YUV | 224.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 221 | 0.21 | 0 | 0.09 | 0.05 | 155.77 | 0.67 | 0.85 |
| Hex | BE | F2 | DD | 15 | 0 | 9 | 5 | 9C | 43 | 55 |
| Octal | 276 | 362 | 335 | 25 | 0 | 11 | 5 | 234 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11011101 | 10101 | 0 | 1001 | 101 | 10011100 | 1000011 | 1010101 |
Color Harmonies of #BEF2DD
Complementary color
Monochromatic Colors of #BEF2DD
Black with #BEF2DD
Text Example
Text Example
White with #BEF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2DD; }
p { color: rgb(190,242,221); }
H1.HeaderClassName
{
color: #BEF2DD;
}
.AnyTagClassName
{
color: #BEF2DD;
}
</style>
background-color css
<style>
a { background-color: #BEF2DD; }
a { background-color: rgb(190,242,221); }
div.DivClassName
{
background-color: #BEF2DD;
}
.BgClassName
{
background-color: #BEF2DD;
}
</style>
border-color css
<style>
span { border-color: #BEF2DD; }
span { border-color: rgb(190,242,221); }
td.TdClassName
{
border-color: #BEF2DD;
}
.TagClassName
{
border-color: #BEF2DD;
}
</style>