Shades of Mint Tulip #BFEEDE
Tints of Mint Tulip #BFEEDE
RGB
CMYK
RGB Variations
Color information
#BFEEDE (or 0xBFEEDE) is known color: Mint Tulip. HEX triplet: BF, EE and DE. RGB value is (191,238,222). Sum of RGB (Red+Green+Blue) = 191+238+222=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEDE is #401121. Grayscale: #DEDEDE. Windows color (decimal): -4198690 or 14610111. OLE color: 14610111.
HSL color Cylindrical-coordinate representation of color #BFEEDE: hue angle of 159.57º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEDE is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 222 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.07 |
| HSL | 159.57º | 0.58% | 0.84% | - |
| HSV(B) | 159.57º | 0.2% | 0.93% | - |
| XYZ | 65.25 | 77.5 | 80.63 | - |
| YUV | 222.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 222 | 0.20 | 0 | 0.07 | 0.07 | 159.57 | 0.58 | 0.84 |
| Hex | BF | EE | DE | 14 | 0 | 7 | 7 | A0 | 3A | 54 |
| Octal | 277 | 356 | 336 | 24 | 0 | 7 | 7 | 240 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11011110 | 10100 | 0 | 111 | 111 | 10100000 | 111010 | 1010100 |
Color Harmonies of #BFEEDE
Complementary color
Monochromatic Colors of #BFEEDE
Black with #BFEEDE
Text Example
Text Example
White with #BFEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEDE; }
p { color: rgb(191,238,222); }
H1.HeaderClassName
{
color: #BFEEDE;
}
.AnyTagClassName
{
color: #BFEEDE;
}
</style>
background-color css
<style>
a { background-color: #BFEEDE; }
a { background-color: rgb(191,238,222); }
div.DivClassName
{
background-color: #BFEEDE;
}
.BgClassName
{
background-color: #BFEEDE;
}
</style>
border-color css
<style>
span { border-color: #BFEEDE; }
span { border-color: rgb(191,238,222); }
td.TdClassName
{
border-color: #BFEEDE;
}
.TagClassName
{
border-color: #BFEEDE;
}
</style>