Shades of Mint Tulip #BFEDDE
Tints of Mint Tulip #BFEDDE
RGB
CMYK
RGB Variations
Color information
#BFEDDE (or 0xBFEDDE) is known color: Mint Tulip. HEX triplet: BF, ED and DE. RGB value is (191,237,222). Sum of RGB (Red+Green+Blue) = 191+237+222=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDDE is #401221. Grayscale: #DDDDDD. Windows color (decimal): -4198946 or 14609855. OLE color: 14609855.
HSL color Cylindrical-coordinate representation of color #BFEDDE: hue angle of 160.43º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDDE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 222 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.07 |
| HSL | 160.43º | 0.56% | 0.84% | - |
| HSV(B) | 160.43º | 0.19% | 0.93% | - |
| XYZ | 64.95 | 76.92 | 80.53 | - |
| YUV | 221.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 222 | 0.19 | 0 | 0.06 | 0.07 | 160.43 | 0.56 | 0.84 |
| Hex | BF | ED | DE | 13 | 0 | 6 | 7 | A0 | 38 | 54 |
| Octal | 277 | 355 | 336 | 23 | 0 | 6 | 7 | 240 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11011110 | 10011 | 0 | 110 | 111 | 10100000 | 111000 | 1010100 |
Color Harmonies of #BFEDDE
Complementary color
Monochromatic Colors of #BFEDDE
Black with #BFEDDE
Text Example
Text Example
White with #BFEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDDE; }
p { color: rgb(191,237,222); }
H1.HeaderClassName
{
color: #BFEDDE;
}
.AnyTagClassName
{
color: #BFEDDE;
}
</style>
background-color css
<style>
a { background-color: #BFEDDE; }
a { background-color: rgb(191,237,222); }
div.DivClassName
{
background-color: #BFEDDE;
}
.BgClassName
{
background-color: #BFEDDE;
}
</style>
border-color css
<style>
span { border-color: #BFEDDE; }
span { border-color: rgb(191,237,222); }
td.TdClassName
{
border-color: #BFEDDE;
}
.TagClassName
{
border-color: #BFEDDE;
}
</style>