Shades of Mint Tulip #BAFFDF
Tints of Mint Tulip #BAFFDF
RGB
CMYK
RGB Variations
Color information
#BAFFDF (or 0xBAFFDF) is known color: Mint Tulip. HEX triplet: BA, FF and DF. RGB value is (186,255,223). Sum of RGB (Red+Green+Blue) = 186+255+223=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFDF is #450020. Grayscale: #E6E6E6. Windows color (decimal): -4522017 or 14679994. OLE color: 14679994.
HSL color Cylindrical-coordinate representation of color #BAFFDF: hue angle of 152.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFDF is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 223 | - |
| CMYK | 0.27 | 0 | 0.13 | 0 |
| HSL | 152.17º | 1% | 0.86% | - |
| HSV(B) | 152.17º | 0.27% | 1% | - |
| XYZ | 69.33 | 87.29 | 83.01 | - |
| YUV | 230.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 223 | 0.27 | 0 | 0.13 | 0 | 152.17 | 1 | 0.86 |
| Hex | BA | FF | DF | 1B | 0 | D | 0 | 98 | 64 | 56 |
| Octal | 272 | 377 | 337 | 33 | 0 | 15 | 0 | 230 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11011111 | 11011 | 0 | 1101 | 0 | 10011000 | 1100100 | 1010110 |
Color Harmonies of #BAFFDF
Complementary color
Monochromatic Colors of #BAFFDF
Black with #BAFFDF
Text Example
Text Example
White with #BAFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFDF; }
p { color: rgb(186,255,223); }
H1.HeaderClassName
{
color: #BAFFDF;
}
.AnyTagClassName
{
color: #BAFFDF;
}
</style>
background-color css
<style>
a { background-color: #BAFFDF; }
a { background-color: rgb(186,255,223); }
div.DivClassName
{
background-color: #BAFFDF;
}
.BgClassName
{
background-color: #BAFFDF;
}
</style>
border-color css
<style>
span { border-color: #BAFFDF; }
span { border-color: rgb(186,255,223); }
td.TdClassName
{
border-color: #BAFFDF;
}
.TagClassName
{
border-color: #BAFFDF;
}
</style>