Shades of Mint Tulip #BDF6DD
Tints of Mint Tulip #BDF6DD
RGB
CMYK
RGB Variations
Color information
#BDF6DD (or 0xBDF6DD) is known color: Mint Tulip. HEX triplet: BD, F6 and DD. RGB value is (189,246,221). Sum of RGB (Red+Green+Blue) = 189+246+221=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6DD is #420922. Grayscale: #E2E2E2. Windows color (decimal): -4327715 or 14546621. OLE color: 14546621.
HSL color Cylindrical-coordinate representation of color #BDF6DD: hue angle of 153.68º degrees, saturation: 0.76, 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 #BDF6DD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 221 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.04 |
| HSL | 153.68º | 0.76% | 0.85% | - |
| HSV(B) | 153.68º | 0.23% | 0.96% | - |
| XYZ | 66.99 | 81.95 | 80.69 | - |
| YUV | 226.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 221 | 0.23 | 0 | 0.10 | 0.04 | 153.68 | 0.76 | 0.85 |
| Hex | BD | F6 | DD | 17 | 0 | A | 4 | 9A | 4C | 55 |
| Octal | 275 | 366 | 335 | 27 | 0 | 12 | 4 | 232 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11011101 | 10111 | 0 | 1010 | 100 | 10011010 | 1001100 | 1010101 |
Color Harmonies of #BDF6DD
Complementary color
Monochromatic Colors of #BDF6DD
Black with #BDF6DD
Text Example
Text Example
White with #BDF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6DD; }
p { color: rgb(189,246,221); }
H1.HeaderClassName
{
color: #BDF6DD;
}
.AnyTagClassName
{
color: #BDF6DD;
}
</style>
background-color css
<style>
a { background-color: #BDF6DD; }
a { background-color: rgb(189,246,221); }
div.DivClassName
{
background-color: #BDF6DD;
}
.BgClassName
{
background-color: #BDF6DD;
}
</style>
border-color css
<style>
span { border-color: #BDF6DD; }
span { border-color: rgb(189,246,221); }
td.TdClassName
{
border-color: #BDF6DD;
}
.TagClassName
{
border-color: #BDF6DD;
}
</style>