Shades of Mint Tulip #BFEADC
Tints of Mint Tulip #BFEADC
RGB
CMYK
RGB Variations
Color information
#BFEADC (or 0xBFEADC) is known color: Mint Tulip. HEX triplet: BF, EA and DC. RGB value is (191,234,220). Sum of RGB (Red+Green+Blue) = 191+234+220=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEADC is #401523. Grayscale: #DBDBDB. Windows color (decimal): -4199716 or 14478015. OLE color: 14478015.
HSL color Cylindrical-coordinate representation of color #BFEADC: hue angle of 160.47º 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 #BFEADC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 220 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.08 |
| HSL | 160.47º | 0.51% | 0.83% | - |
| HSV(B) | 160.47º | 0.18% | 0.92% | - |
| XYZ | 63.83 | 75.09 | 78.84 | - |
| YUV | 219.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 220 | 0.18 | 0 | 0.06 | 0.08 | 160.47 | 0.51 | 0.83 |
| Hex | BF | EA | DC | 12 | 0 | 6 | 8 | A0 | 33 | 53 |
| Octal | 277 | 352 | 334 | 22 | 0 | 6 | 10 | 240 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11011100 | 10010 | 0 | 110 | 1000 | 10100000 | 110011 | 1010011 |
Color Harmonies of #BFEADC
Complementary color
Monochromatic Colors of #BFEADC
Black with #BFEADC
Text Example
Text Example
White with #BFEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEADC; }
p { color: rgb(191,234,220); }
H1.HeaderClassName
{
color: #BFEADC;
}
.AnyTagClassName
{
color: #BFEADC;
}
</style>
background-color css
<style>
a { background-color: #BFEADC; }
a { background-color: rgb(191,234,220); }
div.DivClassName
{
background-color: #BFEADC;
}
.BgClassName
{
background-color: #BFEADC;
}
</style>
border-color css
<style>
span { border-color: #BFEADC; }
span { border-color: rgb(191,234,220); }
td.TdClassName
{
border-color: #BFEADC;
}
.TagClassName
{
border-color: #BFEADC;
}
</style>