Shades of Mint Tulip #BEFADF
Tints of Mint Tulip #BEFADF
RGB
CMYK
RGB Variations
Color information
#BEFADF (or 0xBEFADF) is known color: Mint Tulip. HEX triplet: BE, FA and DF. RGB value is (190,250,223). Sum of RGB (Red+Green+Blue) = 190+250+223=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFADF is #410520. Grayscale: #E5E5E5. Windows color (decimal): -4261153 or 14678718. OLE color: 14678718.
HSL color Cylindrical-coordinate representation of color #BEFADF: hue angle of 153º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFADF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 223 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.02 |
| HSL | 153º | 0.86% | 0.86% | - |
| HSV(B) | 153º | 0.24% | 0.98% | - |
| XYZ | 68.74 | 84.65 | 82.53 | - |
| YUV | 228.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 223 | 0.24 | 0 | 0.11 | 0.02 | 153 | 0.86 | 0.86 |
| Hex | BE | FA | DF | 18 | 0 | B | 2 | 99 | 56 | 56 |
| Octal | 276 | 372 | 337 | 30 | 0 | 13 | 2 | 231 | 126 | 126 |
| Binary | 10111110 | 11111010 | 11011111 | 11000 | 0 | 1011 | 10 | 10011001 | 1010110 | 1010110 |
Color Harmonies of #BEFADF
Complementary color
Monochromatic Colors of #BEFADF
Black with #BEFADF
Text Example
Text Example
White with #BEFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFADF; }
p { color: rgb(190,250,223); }
H1.HeaderClassName
{
color: #BEFADF;
}
.AnyTagClassName
{
color: #BEFADF;
}
</style>
background-color css
<style>
a { background-color: #BEFADF; }
a { background-color: rgb(190,250,223); }
div.DivClassName
{
background-color: #BEFADF;
}
.BgClassName
{
background-color: #BEFADF;
}
</style>
border-color css
<style>
span { border-color: #BEFADF; }
span { border-color: rgb(190,250,223); }
td.TdClassName
{
border-color: #BEFADF;
}
.TagClassName
{
border-color: #BEFADF;
}
</style>