Shades of Mint Tulip #BEF1DC
Tints of Mint Tulip #BEF1DC
RGB
CMYK
RGB Variations
Color information
#BEF1DC (or 0xBEF1DC) is known color: Mint Tulip. HEX triplet: BE, F1 and DC. RGB value is (190,241,220). Sum of RGB (Red+Green+Blue) = 190+241+220=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1DC is #410E23. Grayscale: #DFDFDF. Windows color (decimal): -4263460 or 14479806. OLE color: 14479806.
HSL color Cylindrical-coordinate representation of color #BEF1DC: hue angle of 155.29º 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 #BEF1DC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 220 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.05 |
| HSL | 155.29º | 0.65% | 0.85% | - |
| HSV(B) | 155.29º | 0.21% | 0.95% | - |
| XYZ | 65.61 | 79.03 | 79.51 | - |
| YUV | 223.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 220 | 0.21 | 0 | 0.09 | 0.05 | 155.29 | 0.65 | 0.85 |
| Hex | BE | F1 | DC | 15 | 0 | 9 | 5 | 9B | 41 | 55 |
| Octal | 276 | 361 | 334 | 25 | 0 | 11 | 5 | 233 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11011100 | 10101 | 0 | 1001 | 101 | 10011011 | 1000001 | 1010101 |
Color Harmonies of #BEF1DC
Complementary color
Monochromatic Colors of #BEF1DC
Black with #BEF1DC
Text Example
Text Example
White with #BEF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1DC; }
p { color: rgb(190,241,220); }
H1.HeaderClassName
{
color: #BEF1DC;
}
.AnyTagClassName
{
color: #BEF1DC;
}
</style>
background-color css
<style>
a { background-color: #BEF1DC; }
a { background-color: rgb(190,241,220); }
div.DivClassName
{
background-color: #BEF1DC;
}
.BgClassName
{
background-color: #BEF1DC;
}
</style>
border-color css
<style>
span { border-color: #BEF1DC; }
span { border-color: rgb(190,241,220); }
td.TdClassName
{
border-color: #BEF1DC;
}
.TagClassName
{
border-color: #BEF1DC;
}
</style>