Shades of Mint Tulip #BDFADF
Tints of Mint Tulip #BDFADF
RGB
CMYK
RGB Variations
Color information
#BDFADF (or 0xBDFADF) is known color: Mint Tulip. HEX triplet: BD, FA and DF. RGB value is (189,250,223). Sum of RGB (Red+Green+Blue) = 189+250+223=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFADF is #420520. Grayscale: #E4E4E4. Windows color (decimal): -4326689 or 14678717. OLE color: 14678717.
HSL color Cylindrical-coordinate representation of color #BDFADF: hue angle of 153.44º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFADF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 223 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.02 |
| HSL | 153.44º | 0.86% | 0.86% | - |
| HSV(B) | 153.44º | 0.24% | 0.98% | - |
| XYZ | 68.49 | 84.52 | 82.52 | - |
| YUV | 228.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 223 | 0.24 | 0 | 0.11 | 0.02 | 153.44 | 0.86 | 0.86 |
| Hex | BD | FA | DF | 18 | 0 | B | 2 | 99 | 56 | 56 |
| Octal | 275 | 372 | 337 | 30 | 0 | 13 | 2 | 231 | 126 | 126 |
| Binary | 10111101 | 11111010 | 11011111 | 11000 | 0 | 1011 | 10 | 10011001 | 1010110 | 1010110 |
Color Harmonies of #BDFADF
Complementary color
Monochromatic Colors of #BDFADF
Black with #BDFADF
Text Example
Text Example
White with #BDFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFADF; }
p { color: rgb(189,250,223); }
H1.HeaderClassName
{
color: #BDFADF;
}
.AnyTagClassName
{
color: #BDFADF;
}
</style>
background-color css
<style>
a { background-color: #BDFADF; }
a { background-color: rgb(189,250,223); }
div.DivClassName
{
background-color: #BDFADF;
}
.BgClassName
{
background-color: #BDFADF;
}
</style>
border-color css
<style>
span { border-color: #BDFADF; }
span { border-color: rgb(189,250,223); }
td.TdClassName
{
border-color: #BDFADF;
}
.TagClassName
{
border-color: #BDFADF;
}
</style>