Shades of Mint Tulip #BDEEDB
Tints of Mint Tulip #BDEEDB
RGB
CMYK
RGB Variations
Color information
#BDEEDB (or 0xBDEEDB) is known color: Mint Tulip. HEX triplet: BD, EE and DB. RGB value is (189,238,219). Sum of RGB (Red+Green+Blue) = 189+238+219=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEDB is #421124. Grayscale: #DDDDDD. Windows color (decimal): -4329765 or 14413501. OLE color: 14413501.
HSL color Cylindrical-coordinate representation of color #BDEEDB: hue angle of 156.73º 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 #BDEEDB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 219 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.07 |
| HSL | 156.73º | 0.59% | 0.84% | - |
| HSV(B) | 156.73º | 0.21% | 0.93% | - |
| XYZ | 64.35 | 77.08 | 78.5 | - |
| YUV | 221.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 219 | 0.21 | 0 | 0.08 | 0.07 | 156.73 | 0.59 | 0.84 |
| Hex | BD | EE | DB | 15 | 0 | 8 | 7 | 9D | 3B | 54 |
| Octal | 275 | 356 | 333 | 25 | 0 | 10 | 7 | 235 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11011011 | 10101 | 0 | 1000 | 111 | 10011101 | 111011 | 1010100 |
Color Harmonies of #BDEEDB
Complementary color
Monochromatic Colors of #BDEEDB
Black with #BDEEDB
Text Example
Text Example
White with #BDEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEDB; }
p { color: rgb(189,238,219); }
H1.HeaderClassName
{
color: #BDEEDB;
}
.AnyTagClassName
{
color: #BDEEDB;
}
</style>
background-color css
<style>
a { background-color: #BDEEDB; }
a { background-color: rgb(189,238,219); }
div.DivClassName
{
background-color: #BDEEDB;
}
.BgClassName
{
background-color: #BDEEDB;
}
</style>
border-color css
<style>
span { border-color: #BDEEDB; }
span { border-color: rgb(189,238,219); }
td.TdClassName
{
border-color: #BDEEDB;
}
.TagClassName
{
border-color: #BDEEDB;
}
</style>