Shades of Mint Tulip #BEFAE3
Tints of Mint Tulip #BEFAE3
RGB
CMYK
RGB Variations
Color information
#BEFAE3 (or 0xBEFAE3) is known color: Mint Tulip. HEX triplet: BE, FA and E3. RGB value is (190,250,227). Sum of RGB (Red+Green+Blue) = 190+250+227=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAE3 is #41051C. Grayscale: #E5E5E5. Windows color (decimal): -4261149 or 14940862. OLE color: 14940862.
HSL color Cylindrical-coordinate representation of color #BEFAE3: hue angle of 157º 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 #BEFAE3 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 227 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.02 |
| HSL | 157º | 0.86% | 0.86% | - |
| HSV(B) | 157º | 0.24% | 0.98% | - |
| XYZ | 69.29 | 84.86 | 85.4 | - |
| YUV | 229.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 227 | 0.24 | 0 | 0.09 | 0.02 | 157 | 0.86 | 0.86 |
| Hex | BE | FA | E3 | 18 | 0 | 9 | 2 | 9D | 56 | 56 |
| Octal | 276 | 372 | 343 | 30 | 0 | 11 | 2 | 235 | 126 | 126 |
| Binary | 10111110 | 11111010 | 11100011 | 11000 | 0 | 1001 | 10 | 10011101 | 1010110 | 1010110 |
Color Harmonies of #BEFAE3
Complementary color
Monochromatic Colors of #BEFAE3
Black with #BEFAE3
Text Example
Text Example
White with #BEFAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAE3; }
p { color: rgb(190,250,227); }
H1.HeaderClassName
{
color: #BEFAE3;
}
.AnyTagClassName
{
color: #BEFAE3;
}
</style>
background-color css
<style>
a { background-color: #BEFAE3; }
a { background-color: rgb(190,250,227); }
div.DivClassName
{
background-color: #BEFAE3;
}
.BgClassName
{
background-color: #BEFAE3;
}
</style>
border-color css
<style>
span { border-color: #BEFAE3; }
span { border-color: rgb(190,250,227); }
td.TdClassName
{
border-color: #BEFAE3;
}
.TagClassName
{
border-color: #BEFAE3;
}
</style>