Shades of Mint Tulip #BDE9D9
Tints of Mint Tulip #BDE9D9
RGB
CMYK
RGB Variations
Color information
#BDE9D9 (or 0xBDE9D9) is known color: Mint Tulip. HEX triplet: BD, E9 and D9. RGB value is (189,233,217). Sum of RGB (Red+Green+Blue) = 189+233+217=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9D9 is #421626. Grayscale: #DADADA. Windows color (decimal): -4331047 or 14281149. OLE color: 14281149.
HSL color Cylindrical-coordinate representation of color #BDE9D9: hue angle of 158.18º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9D9 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 217 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.09 |
| HSL | 158.18º | 0.5% | 0.83% | - |
| HSV(B) | 158.18º | 0.19% | 0.91% | - |
| XYZ | 62.65 | 74.11 | 76.65 | - |
| YUV | 218.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 217 | 0.19 | 0 | 0.07 | 0.09 | 158.18 | 0.5 | 0.83 |
| Hex | BD | E9 | D9 | 13 | 0 | 7 | 9 | 9E | 32 | 53 |
| Octal | 275 | 351 | 331 | 23 | 0 | 7 | 11 | 236 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11011001 | 10011 | 0 | 111 | 1001 | 10011110 | 110010 | 1010011 |
Color Harmonies of #BDE9D9
Complementary color
Monochromatic Colors of #BDE9D9
Black with #BDE9D9
Text Example
Text Example
White with #BDE9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9D9; }
p { color: rgb(189,233,217); }
H1.HeaderClassName
{
color: #BDE9D9;
}
.AnyTagClassName
{
color: #BDE9D9;
}
</style>
background-color css
<style>
a { background-color: #BDE9D9; }
a { background-color: rgb(189,233,217); }
div.DivClassName
{
background-color: #BDE9D9;
}
.BgClassName
{
background-color: #BDE9D9;
}
</style>
border-color css
<style>
span { border-color: #BDE9D9; }
span { border-color: rgb(189,233,217); }
td.TdClassName
{
border-color: #BDE9D9;
}
.TagClassName
{
border-color: #BDE9D9;
}
</style>