Shades of Mint Tulip #BEF2DF
Tints of Mint Tulip #BEF2DF
RGB
CMYK
RGB Variations
Color information
#BEF2DF (or 0xBEF2DF) is known color: Mint Tulip. HEX triplet: BE, F2 and DF. RGB value is (190,242,223). Sum of RGB (Red+Green+Blue) = 190+242+223=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DF is #410D20. Grayscale: #E0E0E0. Windows color (decimal): -4263201 or 14676670. OLE color: 14676670.
HSL color Cylindrical-coordinate representation of color #BEF2DF: hue angle of 158.08º 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 #BEF2DF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 223 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.05 |
| HSL | 158.08º | 0.67% | 0.85% | - |
| HSV(B) | 158.08º | 0.21% | 0.95% | - |
| XYZ | 66.31 | 79.78 | 81.72 | - |
| YUV | 224.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 223 | 0.21 | 0 | 0.08 | 0.05 | 158.08 | 0.67 | 0.85 |
| Hex | BE | F2 | DF | 15 | 0 | 8 | 5 | 9E | 43 | 55 |
| Octal | 276 | 362 | 337 | 25 | 0 | 10 | 5 | 236 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11011111 | 10101 | 0 | 1000 | 101 | 10011110 | 1000011 | 1010101 |
Color Harmonies of #BEF2DF
Complementary color
Monochromatic Colors of #BEF2DF
Black with #BEF2DF
Text Example
Text Example
White with #BEF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2DF; }
p { color: rgb(190,242,223); }
H1.HeaderClassName
{
color: #BEF2DF;
}
.AnyTagClassName
{
color: #BEF2DF;
}
</style>
background-color css
<style>
a { background-color: #BEF2DF; }
a { background-color: rgb(190,242,223); }
div.DivClassName
{
background-color: #BEF2DF;
}
.BgClassName
{
background-color: #BEF2DF;
}
</style>
border-color css
<style>
span { border-color: #BEF2DF; }
span { border-color: rgb(190,242,223); }
td.TdClassName
{
border-color: #BEF2DF;
}
.TagClassName
{
border-color: #BEF2DF;
}
</style>