Shades of Mint Tulip #BDEDDB
Tints of Mint Tulip #BDEDDB
RGB
CMYK
RGB Variations
Color information
#BDEDDB (or 0xBDEDDB) is known color: Mint Tulip. HEX triplet: BD, ED and DB. RGB value is (189,237,219). Sum of RGB (Red+Green+Blue) = 189+237+219=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDDB is #421224. Grayscale: #DCDCDC. Windows color (decimal): -4330021 or 14413245. OLE color: 14413245.
HSL color Cylindrical-coordinate representation of color #BDEDDB: hue angle of 157.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDDB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 219 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.07 |
| HSL | 157.5º | 0.57% | 0.84% | - |
| HSV(B) | 157.5º | 0.2% | 0.93% | - |
| XYZ | 64.06 | 76.5 | 78.41 | - |
| YUV | 220.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 219 | 0.20 | 0 | 0.08 | 0.07 | 157.5 | 0.57 | 0.84 |
| Hex | BD | ED | DB | 14 | 0 | 8 | 7 | 9E | 39 | 54 |
| Octal | 275 | 355 | 333 | 24 | 0 | 10 | 7 | 236 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11011011 | 10100 | 0 | 1000 | 111 | 10011110 | 111001 | 1010100 |
Color Harmonies of #BDEDDB
Complementary color
Monochromatic Colors of #BDEDDB
Black with #BDEDDB
Text Example
Text Example
White with #BDEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDDB; }
p { color: rgb(189,237,219); }
H1.HeaderClassName
{
color: #BDEDDB;
}
.AnyTagClassName
{
color: #BDEDDB;
}
</style>
background-color css
<style>
a { background-color: #BDEDDB; }
a { background-color: rgb(189,237,219); }
div.DivClassName
{
background-color: #BDEDDB;
}
.BgClassName
{
background-color: #BDEDDB;
}
</style>
border-color css
<style>
span { border-color: #BDEDDB; }
span { border-color: rgb(189,237,219); }
td.TdClassName
{
border-color: #BDEDDB;
}
.TagClassName
{
border-color: #BDEDDB;
}
</style>