Shades of Mint Tulip #BFEEDC
Tints of Mint Tulip #BFEEDC
RGB
CMYK
RGB Variations
Color information
#BFEEDC (or 0xBFEEDC) is known color: Mint Tulip. HEX triplet: BF, EE and DC. RGB value is (191,238,220). Sum of RGB (Red+Green+Blue) = 191+238+220=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEDC is #401123. Grayscale: #DDDDDD. Windows color (decimal): -4198692 or 14479039. OLE color: 14479039.
HSL color Cylindrical-coordinate representation of color #BFEEDC: hue angle of 157.02º 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 #BFEEDC is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 220 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.07 |
| HSL | 157.02º | 0.58% | 0.84% | - |
| HSV(B) | 157.02º | 0.2% | 0.93% | - |
| XYZ | 64.98 | 77.39 | 79.22 | - |
| YUV | 221.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 220 | 0.20 | 0 | 0.08 | 0.07 | 157.02 | 0.58 | 0.84 |
| Hex | BF | EE | DC | 14 | 0 | 8 | 7 | 9D | 3A | 54 |
| Octal | 277 | 356 | 334 | 24 | 0 | 10 | 7 | 235 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11011100 | 10100 | 0 | 1000 | 111 | 10011101 | 111010 | 1010100 |
Color Harmonies of #BFEEDC
Complementary color
Monochromatic Colors of #BFEEDC
Black with #BFEEDC
Text Example
Text Example
White with #BFEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEDC; }
p { color: rgb(191,238,220); }
H1.HeaderClassName
{
color: #BFEEDC;
}
.AnyTagClassName
{
color: #BFEEDC;
}
</style>
background-color css
<style>
a { background-color: #BFEEDC; }
a { background-color: rgb(191,238,220); }
div.DivClassName
{
background-color: #BFEEDC;
}
.BgClassName
{
background-color: #BFEEDC;
}
</style>
border-color css
<style>
span { border-color: #BFEEDC; }
span { border-color: rgb(191,238,220); }
td.TdClassName
{
border-color: #BFEEDC;
}
.TagClassName
{
border-color: #BFEEDC;
}
</style>