Shades of Mint Tulip #BEF0DF
Tints of Mint Tulip #BEF0DF
RGB
CMYK
RGB Variations
Color information
#BEF0DF (or 0xBEF0DF) is known color: Mint Tulip. HEX triplet: BE, F0 and DF. RGB value is (190,240,223). Sum of RGB (Red+Green+Blue) = 190+240+223=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0DF is #410F20. Grayscale: #DFDFDF. Windows color (decimal): -4263713 or 14676158. OLE color: 14676158.
HSL color Cylindrical-coordinate representation of color #BEF0DF: hue angle of 159.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0DF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 223 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.06 |
| HSL | 159.6º | 0.63% | 0.84% | - |
| HSV(B) | 159.6º | 0.21% | 0.94% | - |
| XYZ | 65.71 | 78.6 | 81.52 | - |
| YUV | 223.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 223 | 0.21 | 0 | 0.07 | 0.06 | 159.6 | 0.63 | 0.84 |
| Hex | BE | F0 | DF | 15 | 0 | 7 | 6 | A0 | 3E | 54 |
| Octal | 276 | 360 | 337 | 25 | 0 | 7 | 6 | 240 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11011111 | 10101 | 0 | 111 | 110 | 10100000 | 111110 | 1010100 |
Color Harmonies of #BEF0DF
Complementary color
Monochromatic Colors of #BEF0DF
Black with #BEF0DF
Text Example
Text Example
White with #BEF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0DF; }
p { color: rgb(190,240,223); }
H1.HeaderClassName
{
color: #BEF0DF;
}
.AnyTagClassName
{
color: #BEF0DF;
}
</style>
background-color css
<style>
a { background-color: #BEF0DF; }
a { background-color: rgb(190,240,223); }
div.DivClassName
{
background-color: #BEF0DF;
}
.BgClassName
{
background-color: #BEF0DF;
}
</style>
border-color css
<style>
span { border-color: #BEF0DF; }
span { border-color: rgb(190,240,223); }
td.TdClassName
{
border-color: #BEF0DF;
}
.TagClassName
{
border-color: #BEF0DF;
}
</style>