Shades of Mint Tulip #BDF4DD
Tints of Mint Tulip #BDF4DD
RGB
CMYK
RGB Variations
Color information
#BDF4DD (or 0xBDF4DD) is known color: Mint Tulip. HEX triplet: BD, F4 and DD. RGB value is (189,244,221). Sum of RGB (Red+Green+Blue) = 189+244+221=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4DD is #420B22. Grayscale: #E0E0E0. Windows color (decimal): -4328227 or 14546109. OLE color: 14546109.
HSL color Cylindrical-coordinate representation of color #BDF4DD: hue angle of 154.91º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4DD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 221 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.04 |
| HSL | 154.91º | 0.71% | 0.85% | - |
| HSV(B) | 154.91º | 0.23% | 0.96% | - |
| XYZ | 66.39 | 80.74 | 80.49 | - |
| YUV | 224.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 221 | 0.23 | 0 | 0.09 | 0.04 | 154.91 | 0.71 | 0.85 |
| Hex | BD | F4 | DD | 17 | 0 | 9 | 4 | 9B | 47 | 55 |
| Octal | 275 | 364 | 335 | 27 | 0 | 11 | 4 | 233 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11011101 | 10111 | 0 | 1001 | 100 | 10011011 | 1000111 | 1010101 |
Color Harmonies of #BDF4DD
Complementary color
Monochromatic Colors of #BDF4DD
Black with #BDF4DD
Text Example
Text Example
White with #BDF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4DD; }
p { color: rgb(189,244,221); }
H1.HeaderClassName
{
color: #BDF4DD;
}
.AnyTagClassName
{
color: #BDF4DD;
}
</style>
background-color css
<style>
a { background-color: #BDF4DD; }
a { background-color: rgb(189,244,221); }
div.DivClassName
{
background-color: #BDF4DD;
}
.BgClassName
{
background-color: #BDF4DD;
}
</style>
border-color css
<style>
span { border-color: #BDF4DD; }
span { border-color: rgb(189,244,221); }
td.TdClassName
{
border-color: #BDF4DD;
}
.TagClassName
{
border-color: #BDF4DD;
}
</style>