Shades of Mint Tulip #BFEEDD
Tints of Mint Tulip #BFEEDD
RGB
CMYK
RGB Variations
Color information
#BFEEDD (or 0xBFEEDD) is known color: Mint Tulip. HEX triplet: BF, EE and DD. RGB value is (191,238,221). Sum of RGB (Red+Green+Blue) = 191+238+221=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEDD is #401122. Grayscale: #DEDEDE. Windows color (decimal): -4198691 or 14544575. OLE color: 14544575.
HSL color Cylindrical-coordinate representation of color #BFEEDD: hue angle of 158.3º 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 #BFEEDD is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 221 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.07 |
| HSL | 158.3º | 0.58% | 0.84% | - |
| HSV(B) | 158.3º | 0.2% | 0.93% | - |
| XYZ | 65.11 | 77.45 | 79.92 | - |
| YUV | 222.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 221 | 0.20 | 0 | 0.07 | 0.07 | 158.3 | 0.58 | 0.84 |
| Hex | BF | EE | DD | 14 | 0 | 7 | 7 | 9E | 3A | 54 |
| Octal | 277 | 356 | 335 | 24 | 0 | 7 | 7 | 236 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11011101 | 10100 | 0 | 111 | 111 | 10011110 | 111010 | 1010100 |
Color Harmonies of #BFEEDD
Complementary color
Monochromatic Colors of #BFEEDD
Black with #BFEEDD
Text Example
Text Example
White with #BFEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEDD; }
p { color: rgb(191,238,221); }
H1.HeaderClassName
{
color: #BFEEDD;
}
.AnyTagClassName
{
color: #BFEEDD;
}
</style>
background-color css
<style>
a { background-color: #BFEEDD; }
a { background-color: rgb(191,238,221); }
div.DivClassName
{
background-color: #BFEEDD;
}
.BgClassName
{
background-color: #BFEEDD;
}
</style>
border-color css
<style>
span { border-color: #BFEEDD; }
span { border-color: rgb(191,238,221); }
td.TdClassName
{
border-color: #BFEEDD;
}
.TagClassName
{
border-color: #BFEEDD;
}
</style>