Shades of Mint Tulip #BDEEDD
Tints of Mint Tulip #BDEEDD
RGB
CMYK
RGB Variations
Color information
#BDEEDD (or 0xBDEEDD) is known color: Mint Tulip. HEX triplet: BD, EE and DD. RGB value is (189,238,221). Sum of RGB (Red+Green+Blue) = 189+238+221=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEDD is #421122. Grayscale: #DDDDDD. Windows color (decimal): -4329763 or 14544573. OLE color: 14544573.
HSL color Cylindrical-coordinate representation of color #BDEEDD: hue angle of 159.18º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEDD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 221 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.07 |
| HSL | 159.18º | 0.59% | 0.84% | - |
| HSV(B) | 159.18º | 0.21% | 0.93% | - |
| XYZ | 64.61 | 77.19 | 79.9 | - |
| YUV | 221.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 221 | 0.21 | 0 | 0.07 | 0.07 | 159.18 | 0.59 | 0.84 |
| Hex | BD | EE | DD | 15 | 0 | 7 | 7 | 9F | 3B | 54 |
| Octal | 275 | 356 | 335 | 25 | 0 | 7 | 7 | 237 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11011101 | 10101 | 0 | 111 | 111 | 10011111 | 111011 | 1010100 |
Color Harmonies of #BDEEDD
Complementary color
Monochromatic Colors of #BDEEDD
Black with #BDEEDD
Text Example
Text Example
White with #BDEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEDD; }
p { color: rgb(189,238,221); }
H1.HeaderClassName
{
color: #BDEEDD;
}
.AnyTagClassName
{
color: #BDEEDD;
}
</style>
background-color css
<style>
a { background-color: #BDEEDD; }
a { background-color: rgb(189,238,221); }
div.DivClassName
{
background-color: #BDEEDD;
}
.BgClassName
{
background-color: #BDEEDD;
}
</style>
border-color css
<style>
span { border-color: #BDEEDD; }
span { border-color: rgb(189,238,221); }
td.TdClassName
{
border-color: #BDEEDD;
}
.TagClassName
{
border-color: #BDEEDD;
}
</style>