Shades of Mint Tulip #BDEADB
Tints of Mint Tulip #BDEADB
RGB
CMYK
RGB Variations
Color information
#BDEADB (or 0xBDEADB) is known color: Mint Tulip. HEX triplet: BD, EA and DB. RGB value is (189,234,219). Sum of RGB (Red+Green+Blue) = 189+234+219=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEADB is #421524. Grayscale: #DADADA. Windows color (decimal): -4330789 or 14412477. OLE color: 14412477.
HSL color Cylindrical-coordinate representation of color #BDEADB: hue angle of 160º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEADB is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 219 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.08 |
| HSL | 160º | 0.52% | 0.83% | - |
| HSV(B) | 160º | 0.19% | 0.92% | - |
| XYZ | 63.2 | 74.78 | 78.12 | - |
| YUV | 218.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 219 | 0.19 | 0 | 0.06 | 0.08 | 160 | 0.52 | 0.83 |
| Hex | BD | EA | DB | 13 | 0 | 6 | 8 | A0 | 34 | 53 |
| Octal | 275 | 352 | 333 | 23 | 0 | 6 | 10 | 240 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11011011 | 10011 | 0 | 110 | 1000 | 10100000 | 110100 | 1010011 |
Color Harmonies of #BDEADB
Complementary color
Monochromatic Colors of #BDEADB
Black with #BDEADB
Text Example
Text Example
White with #BDEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEADB; }
p { color: rgb(189,234,219); }
H1.HeaderClassName
{
color: #BDEADB;
}
.AnyTagClassName
{
color: #BDEADB;
}
</style>
background-color css
<style>
a { background-color: #BDEADB; }
a { background-color: rgb(189,234,219); }
div.DivClassName
{
background-color: #BDEADB;
}
.BgClassName
{
background-color: #BDEADB;
}
</style>
border-color css
<style>
span { border-color: #BDEADB; }
span { border-color: rgb(189,234,219); }
td.TdClassName
{
border-color: #BDEADB;
}
.TagClassName
{
border-color: #BDEADB;
}
</style>