Shades of Mint Tulip #BDECDB
Tints of Mint Tulip #BDECDB
RGB
CMYK
RGB Variations
Color information
#BDECDB (or 0xBDECDB) is known color: Mint Tulip. HEX triplet: BD, EC and DB. RGB value is (189,236,219). Sum of RGB (Red+Green+Blue) = 189+236+219=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECDB is #421324. Grayscale: #DCDCDC. Windows color (decimal): -4330277 or 14412989. OLE color: 14412989.
HSL color Cylindrical-coordinate representation of color #BDECDB: hue angle of 158.3º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECDB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 219 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.07 |
| HSL | 158.3º | 0.55% | 0.83% | - |
| HSV(B) | 158.3º | 0.2% | 0.93% | - |
| XYZ | 63.77 | 75.92 | 78.31 | - |
| YUV | 220.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 219 | 0.20 | 0 | 0.07 | 0.07 | 158.3 | 0.55 | 0.83 |
| Hex | BD | EC | DB | 14 | 0 | 7 | 7 | 9E | 37 | 53 |
| Octal | 275 | 354 | 333 | 24 | 0 | 7 | 7 | 236 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11011011 | 10100 | 0 | 111 | 111 | 10011110 | 110111 | 1010011 |
Color Harmonies of #BDECDB
Complementary color
Monochromatic Colors of #BDECDB
Black with #BDECDB
Text Example
Text Example
White with #BDECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECDB; }
p { color: rgb(189,236,219); }
H1.HeaderClassName
{
color: #BDECDB;
}
.AnyTagClassName
{
color: #BDECDB;
}
</style>
background-color css
<style>
a { background-color: #BDECDB; }
a { background-color: rgb(189,236,219); }
div.DivClassName
{
background-color: #BDECDB;
}
.BgClassName
{
background-color: #BDECDB;
}
</style>
border-color css
<style>
span { border-color: #BDECDB; }
span { border-color: rgb(189,236,219); }
td.TdClassName
{
border-color: #BDECDB;
}
.TagClassName
{
border-color: #BDECDB;
}
</style>