Shades of Mint Tulip #BDF1DE
Tints of Mint Tulip #BDF1DE
RGB
CMYK
RGB Variations
Color information
#BDF1DE (or 0xBDF1DE) is known color: Mint Tulip. HEX triplet: BD, F1 and DE. RGB value is (189,241,222). Sum of RGB (Red+Green+Blue) = 189+241+222=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1DE is #420E21. Grayscale: #DFDFDF. Windows color (decimal): -4328994 or 14610877. OLE color: 14610877.
HSL color Cylindrical-coordinate representation of color #BDF1DE: hue angle of 158.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1DE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 222 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.05 |
| HSL | 158.08º | 0.65% | 0.84% | - |
| HSV(B) | 158.08º | 0.22% | 0.95% | - |
| XYZ | 65.63 | 79 | 80.9 | - |
| YUV | 223.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 222 | 0.22 | 0 | 0.08 | 0.05 | 158.08 | 0.65 | 0.84 |
| Hex | BD | F1 | DE | 16 | 0 | 8 | 5 | 9E | 41 | 54 |
| Octal | 275 | 361 | 336 | 26 | 0 | 10 | 5 | 236 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11011110 | 10110 | 0 | 1000 | 101 | 10011110 | 1000001 | 1010100 |
Color Harmonies of #BDF1DE
Complementary color
Monochromatic Colors of #BDF1DE
Black with #BDF1DE
Text Example
Text Example
White with #BDF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1DE; }
p { color: rgb(189,241,222); }
H1.HeaderClassName
{
color: #BDF1DE;
}
.AnyTagClassName
{
color: #BDF1DE;
}
</style>
background-color css
<style>
a { background-color: #BDF1DE; }
a { background-color: rgb(189,241,222); }
div.DivClassName
{
background-color: #BDF1DE;
}
.BgClassName
{
background-color: #BDF1DE;
}
</style>
border-color css
<style>
span { border-color: #BDF1DE; }
span { border-color: rgb(189,241,222); }
td.TdClassName
{
border-color: #BDF1DE;
}
.TagClassName
{
border-color: #BDF1DE;
}
</style>