Shades of Mint Tulip #BEF5DD
Tints of Mint Tulip #BEF5DD
RGB
CMYK
RGB Variations
Color information
#BEF5DD (or 0xBEF5DD) is known color: Mint Tulip. HEX triplet: BE, F5 and DD. RGB value is (190,245,221). Sum of RGB (Red+Green+Blue) = 190+245+221=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5DD is #410A22. Grayscale: #E1E1E1. Windows color (decimal): -4262435 or 14546366. OLE color: 14546366.
HSL color Cylindrical-coordinate representation of color #BEF5DD: hue angle of 153.82º 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 #BEF5DD is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 221 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.04 |
| HSL | 153.82º | 0.73% | 0.85% | - |
| HSV(B) | 153.82º | 0.22% | 0.96% | - |
| XYZ | 66.94 | 81.47 | 80.6 | - |
| YUV | 225.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 221 | 0.22 | 0 | 0.10 | 0.04 | 153.82 | 0.73 | 0.85 |
| Hex | BE | F5 | DD | 16 | 0 | A | 4 | 9A | 49 | 55 |
| Octal | 276 | 365 | 335 | 26 | 0 | 12 | 4 | 232 | 111 | 125 |
| Binary | 10111110 | 11110101 | 11011101 | 10110 | 0 | 1010 | 100 | 10011010 | 1001001 | 1010101 |
Color Harmonies of #BEF5DD
Complementary color
Monochromatic Colors of #BEF5DD
Black with #BEF5DD
Text Example
Text Example
White with #BEF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5DD; }
p { color: rgb(190,245,221); }
H1.HeaderClassName
{
color: #BEF5DD;
}
.AnyTagClassName
{
color: #BEF5DD;
}
</style>
background-color css
<style>
a { background-color: #BEF5DD; }
a { background-color: rgb(190,245,221); }
div.DivClassName
{
background-color: #BEF5DD;
}
.BgClassName
{
background-color: #BEF5DD;
}
</style>
border-color css
<style>
span { border-color: #BEF5DD; }
span { border-color: rgb(190,245,221); }
td.TdClassName
{
border-color: #BEF5DD;
}
.TagClassName
{
border-color: #BEF5DD;
}
</style>