Shades of Mint Tulip #BFEDDD
Tints of Mint Tulip #BFEDDD
RGB
CMYK
RGB Variations
Color information
#BFEDDD (or 0xBFEDDD) is known color: Mint Tulip. HEX triplet: BF, ED and DD. RGB value is (191,237,221). Sum of RGB (Red+Green+Blue) = 191+237+221=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDDD is #401222. Grayscale: #DDDDDD. Windows color (decimal): -4198947 or 14544319. OLE color: 14544319.
HSL color Cylindrical-coordinate representation of color #BFEDDD: hue angle of 159.13º 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 #BFEDDD is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 221 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.07 |
| HSL | 159.13º | 0.56% | 0.84% | - |
| HSV(B) | 159.13º | 0.19% | 0.93% | - |
| XYZ | 64.82 | 76.87 | 79.83 | - |
| YUV | 221.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 221 | 0.19 | 0 | 0.07 | 0.07 | 159.13 | 0.56 | 0.84 |
| Hex | BF | ED | DD | 13 | 0 | 7 | 7 | 9F | 38 | 54 |
| Octal | 277 | 355 | 335 | 23 | 0 | 7 | 7 | 237 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11011101 | 10011 | 0 | 111 | 111 | 10011111 | 111000 | 1010100 |
Color Harmonies of #BFEDDD
Complementary color
Monochromatic Colors of #BFEDDD
Black with #BFEDDD
Text Example
Text Example
White with #BFEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDDD; }
p { color: rgb(191,237,221); }
H1.HeaderClassName
{
color: #BFEDDD;
}
.AnyTagClassName
{
color: #BFEDDD;
}
</style>
background-color css
<style>
a { background-color: #BFEDDD; }
a { background-color: rgb(191,237,221); }
div.DivClassName
{
background-color: #BFEDDD;
}
.BgClassName
{
background-color: #BFEDDD;
}
</style>
border-color css
<style>
span { border-color: #BFEDDD; }
span { border-color: rgb(191,237,221); }
td.TdClassName
{
border-color: #BFEDDD;
}
.TagClassName
{
border-color: #BFEDDD;
}
</style>