Shades of Mint Tulip #BFEBDD
Tints of Mint Tulip #BFEBDD
RGB
CMYK
RGB Variations
Color information
#BFEBDD (or 0xBFEBDD) is known color: Mint Tulip. HEX triplet: BF, EB and DD. RGB value is (191,235,221). Sum of RGB (Red+Green+Blue) = 191+235+221=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBDD is #401422. Grayscale: #DCDCDC. Windows color (decimal): -4199459 or 14543807. OLE color: 14543807.
HSL color Cylindrical-coordinate representation of color #BFEBDD: hue angle of 160.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBDD is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 221 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.08 |
| HSL | 160.91º | 0.52% | 0.84% | - |
| HSV(B) | 160.91º | 0.19% | 0.92% | - |
| XYZ | 64.25 | 75.71 | 79.63 | - |
| YUV | 220.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 221 | 0.19 | 0 | 0.06 | 0.08 | 160.91 | 0.52 | 0.84 |
| Hex | BF | EB | DD | 13 | 0 | 6 | 8 | A1 | 34 | 54 |
| Octal | 277 | 353 | 335 | 23 | 0 | 6 | 10 | 241 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11011101 | 10011 | 0 | 110 | 1000 | 10100001 | 110100 | 1010100 |
Color Harmonies of #BFEBDD
Complementary color
Monochromatic Colors of #BFEBDD
Black with #BFEBDD
Text Example
Text Example
White with #BFEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBDD; }
p { color: rgb(191,235,221); }
H1.HeaderClassName
{
color: #BFEBDD;
}
.AnyTagClassName
{
color: #BFEBDD;
}
</style>
background-color css
<style>
a { background-color: #BFEBDD; }
a { background-color: rgb(191,235,221); }
div.DivClassName
{
background-color: #BFEBDD;
}
.BgClassName
{
background-color: #BFEBDD;
}
</style>
border-color css
<style>
span { border-color: #BFEBDD; }
span { border-color: rgb(191,235,221); }
td.TdClassName
{
border-color: #BFEBDD;
}
.TagClassName
{
border-color: #BFEBDD;
}
</style>