Shades of Mint Tulip #BEF2DC
Tints of Mint Tulip #BEF2DC
RGB
CMYK
RGB Variations
Color information
#BEF2DC (or 0xBEF2DC) is known color: Mint Tulip. HEX triplet: BE, F2 and DC. RGB value is (190,242,220). Sum of RGB (Red+Green+Blue) = 190+242+220=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DC is #410D23. Grayscale: #DFDFDF. Windows color (decimal): -4263204 or 14480062. OLE color: 14480062.
HSL color Cylindrical-coordinate representation of color #BEF2DC: hue angle of 154.62º 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 #BEF2DC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 220 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.05 |
| HSL | 154.62º | 0.67% | 0.85% | - |
| HSV(B) | 154.62º | 0.21% | 0.95% | - |
| XYZ | 65.91 | 79.62 | 79.6 | - |
| YUV | 223.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 220 | 0.21 | 0 | 0.09 | 0.05 | 154.62 | 0.67 | 0.85 |
| Hex | BE | F2 | DC | 15 | 0 | 9 | 5 | 9B | 43 | 55 |
| Octal | 276 | 362 | 334 | 25 | 0 | 11 | 5 | 233 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11011100 | 10101 | 0 | 1001 | 101 | 10011011 | 1000011 | 1010101 |
Color Harmonies of #BEF2DC
Complementary color
Monochromatic Colors of #BEF2DC
Black with #BEF2DC
Text Example
Text Example
White with #BEF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2DC; }
p { color: rgb(190,242,220); }
H1.HeaderClassName
{
color: #BEF2DC;
}
.AnyTagClassName
{
color: #BEF2DC;
}
</style>
background-color css
<style>
a { background-color: #BEF2DC; }
a { background-color: rgb(190,242,220); }
div.DivClassName
{
background-color: #BEF2DC;
}
.BgClassName
{
background-color: #BEF2DC;
}
</style>
border-color css
<style>
span { border-color: #BEF2DC; }
span { border-color: rgb(190,242,220); }
td.TdClassName
{
border-color: #BEF2DC;
}
.TagClassName
{
border-color: #BEF2DC;
}
</style>