Shades of Mint Tulip #BFECDB
Tints of Mint Tulip #BFECDB
RGB
CMYK
RGB Variations
Color information
#BFECDB (or 0xBFECDB) is known color: Mint Tulip. HEX triplet: BF, EC and DB. RGB value is (191,236,219). Sum of RGB (Red+Green+Blue) = 191+236+219=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECDB is #401324. Grayscale: #DCDCDC. Windows color (decimal): -4199205 or 14412991. OLE color: 14412991.
HSL color Cylindrical-coordinate representation of color #BFECDB: hue angle of 157.33º degrees, saturation: 0.54, 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 #BFECDB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 219 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.07 |
| HSL | 157.33º | 0.54% | 0.84% | - |
| HSV(B) | 157.33º | 0.19% | 0.93% | - |
| XYZ | 64.27 | 76.18 | 78.34 | - |
| YUV | 220.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 219 | 0.19 | 0 | 0.07 | 0.07 | 157.33 | 0.54 | 0.84 |
| Hex | BF | EC | DB | 13 | 0 | 7 | 7 | 9D | 36 | 54 |
| Octal | 277 | 354 | 333 | 23 | 0 | 7 | 7 | 235 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11011011 | 10011 | 0 | 111 | 111 | 10011101 | 110110 | 1010100 |
Color Harmonies of #BFECDB
Complementary color
Monochromatic Colors of #BFECDB
Black with #BFECDB
Text Example
Text Example
White with #BFECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECDB; }
p { color: rgb(191,236,219); }
H1.HeaderClassName
{
color: #BFECDB;
}
.AnyTagClassName
{
color: #BFECDB;
}
</style>
background-color css
<style>
a { background-color: #BFECDB; }
a { background-color: rgb(191,236,219); }
div.DivClassName
{
background-color: #BFECDB;
}
.BgClassName
{
background-color: #BFECDB;
}
</style>
border-color css
<style>
span { border-color: #BFECDB; }
span { border-color: rgb(191,236,219); }
td.TdClassName
{
border-color: #BFECDB;
}
.TagClassName
{
border-color: #BFECDB;
}
</style>