Shades of Mint Tulip #BFEADD
Tints of Mint Tulip #BFEADD
RGB
CMYK
RGB Variations
Color information
#BFEADD (or 0xBFEADD) is known color: Mint Tulip. HEX triplet: BF, EA and DD. RGB value is (191,234,221). Sum of RGB (Red+Green+Blue) = 191+234+221=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEADD is #401522. Grayscale: #DBDBDB. Windows color (decimal): -4199715 or 14543551. OLE color: 14543551.
HSL color Cylindrical-coordinate representation of color #BFEADD: hue angle of 161.86º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEADD is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 221 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.08 |
| HSL | 161.86º | 0.51% | 0.83% | - |
| HSV(B) | 161.86º | 0.18% | 0.92% | - |
| XYZ | 63.96 | 75.14 | 79.54 | - |
| YUV | 219.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 221 | 0.18 | 0 | 0.06 | 0.08 | 161.86 | 0.51 | 0.83 |
| Hex | BF | EA | DD | 12 | 0 | 6 | 8 | A2 | 33 | 53 |
| Octal | 277 | 352 | 335 | 22 | 0 | 6 | 10 | 242 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11011101 | 10010 | 0 | 110 | 1000 | 10100010 | 110011 | 1010011 |
Color Harmonies of #BFEADD
Complementary color
Monochromatic Colors of #BFEADD
Black with #BFEADD
Text Example
Text Example
White with #BFEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEADD; }
p { color: rgb(191,234,221); }
H1.HeaderClassName
{
color: #BFEADD;
}
.AnyTagClassName
{
color: #BFEADD;
}
</style>
background-color css
<style>
a { background-color: #BFEADD; }
a { background-color: rgb(191,234,221); }
div.DivClassName
{
background-color: #BFEADD;
}
.BgClassName
{
background-color: #BFEADD;
}
</style>
border-color css
<style>
span { border-color: #BFEADD; }
span { border-color: rgb(191,234,221); }
td.TdClassName
{
border-color: #BFEADD;
}
.TagClassName
{
border-color: #BFEADD;
}
</style>