Shades of Mint Tulip #BDF1DD
Tints of Mint Tulip #BDF1DD
RGB
CMYK
RGB Variations
Color information
#BDF1DD (or 0xBDF1DD) is known color: Mint Tulip. HEX triplet: BD, F1 and DD. RGB value is (189,241,221). Sum of RGB (Red+Green+Blue) = 189+241+221=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1DD is #420E22. Grayscale: #DFDFDF. Windows color (decimal): -4328995 or 14545341. OLE color: 14545341.
HSL color Cylindrical-coordinate representation of color #BDF1DD: hue angle of 156.92º 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 #BDF1DD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 221 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.05 |
| HSL | 156.92º | 0.65% | 0.84% | - |
| HSV(B) | 156.92º | 0.22% | 0.95% | - |
| XYZ | 65.49 | 78.95 | 80.19 | - |
| YUV | 223.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 221 | 0.22 | 0 | 0.08 | 0.05 | 156.92 | 0.65 | 0.84 |
| Hex | BD | F1 | DD | 16 | 0 | 8 | 5 | 9D | 41 | 54 |
| Octal | 275 | 361 | 335 | 26 | 0 | 10 | 5 | 235 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11011101 | 10110 | 0 | 1000 | 101 | 10011101 | 1000001 | 1010100 |
Color Harmonies of #BDF1DD
Complementary color
Monochromatic Colors of #BDF1DD
Black with #BDF1DD
Text Example
Text Example
White with #BDF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1DD; }
p { color: rgb(189,241,221); }
H1.HeaderClassName
{
color: #BDF1DD;
}
.AnyTagClassName
{
color: #BDF1DD;
}
</style>
background-color css
<style>
a { background-color: #BDF1DD; }
a { background-color: rgb(189,241,221); }
div.DivClassName
{
background-color: #BDF1DD;
}
.BgClassName
{
background-color: #BDF1DD;
}
</style>
border-color css
<style>
span { border-color: #BDF1DD; }
span { border-color: rgb(189,241,221); }
td.TdClassName
{
border-color: #BDF1DD;
}
.TagClassName
{
border-color: #BDF1DD;
}
</style>