Shades of Mint Tulip #BDE9DA
Tints of Mint Tulip #BDE9DA
RGB
CMYK
RGB Variations
Color information
#BDE9DA (or 0xBDE9DA) is known color: Mint Tulip. HEX triplet: BD, E9 and DA. RGB value is (189,233,218). Sum of RGB (Red+Green+Blue) = 189+233+218=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9DA is #421625. Grayscale: #DADADA. Windows color (decimal): -4331046 or 14346685. OLE color: 14346685.
HSL color Cylindrical-coordinate representation of color #BDE9DA: hue angle of 159.55º 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 #BDE9DA is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 218 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.09 |
| HSL | 159.55º | 0.5% | 0.83% | - |
| HSV(B) | 159.55º | 0.19% | 0.91% | - |
| XYZ | 62.78 | 74.16 | 77.33 | - |
| YUV | 218.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 218 | 0.19 | 0 | 0.06 | 0.09 | 159.55 | 0.5 | 0.83 |
| Hex | BD | E9 | DA | 13 | 0 | 6 | 9 | A0 | 32 | 53 |
| Octal | 275 | 351 | 332 | 23 | 0 | 6 | 11 | 240 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11011010 | 10011 | 0 | 110 | 1001 | 10100000 | 110010 | 1010011 |
Color Harmonies of #BDE9DA
Complementary color
Monochromatic Colors of #BDE9DA
Black with #BDE9DA
Text Example
Text Example
White with #BDE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9DA; }
p { color: rgb(189,233,218); }
H1.HeaderClassName
{
color: #BDE9DA;
}
.AnyTagClassName
{
color: #BDE9DA;
}
</style>
background-color css
<style>
a { background-color: #BDE9DA; }
a { background-color: rgb(189,233,218); }
div.DivClassName
{
background-color: #BDE9DA;
}
.BgClassName
{
background-color: #BDE9DA;
}
</style>
border-color css
<style>
span { border-color: #BDE9DA; }
span { border-color: rgb(189,233,218); }
td.TdClassName
{
border-color: #BDE9DA;
}
.TagClassName
{
border-color: #BDE9DA;
}
</style>