Shades of Mint Tulip #BDF7DF
Tints of Mint Tulip #BDF7DF
RGB
CMYK
RGB Variations
Color information
#BDF7DF (or 0xBDF7DF) is known color: Mint Tulip. HEX triplet: BD, F7 and DF. RGB value is (189,247,223). Sum of RGB (Red+Green+Blue) = 189+247+223=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7DF is #420820. Grayscale: #E2E2E2. Windows color (decimal): -4327457 or 14677949. OLE color: 14677949.
HSL color Cylindrical-coordinate representation of color #BDF7DF: hue angle of 155.17º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7DF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 223 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.03 |
| HSL | 155.17º | 0.78% | 0.85% | - |
| HSV(B) | 155.17º | 0.23% | 0.97% | - |
| XYZ | 67.57 | 82.67 | 82.21 | - |
| YUV | 226.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 223 | 0.23 | 0 | 0.10 | 0.03 | 155.17 | 0.78 | 0.85 |
| Hex | BD | F7 | DF | 17 | 0 | A | 3 | 9B | 4E | 55 |
| Octal | 275 | 367 | 337 | 27 | 0 | 12 | 3 | 233 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11011111 | 10111 | 0 | 1010 | 11 | 10011011 | 1001110 | 1010101 |
Color Harmonies of #BDF7DF
Complementary color
Monochromatic Colors of #BDF7DF
Black with #BDF7DF
Text Example
Text Example
White with #BDF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7DF; }
p { color: rgb(189,247,223); }
H1.HeaderClassName
{
color: #BDF7DF;
}
.AnyTagClassName
{
color: #BDF7DF;
}
</style>
background-color css
<style>
a { background-color: #BDF7DF; }
a { background-color: rgb(189,247,223); }
div.DivClassName
{
background-color: #BDF7DF;
}
.BgClassName
{
background-color: #BDF7DF;
}
</style>
border-color css
<style>
span { border-color: #BDF7DF; }
span { border-color: rgb(189,247,223); }
td.TdClassName
{
border-color: #BDF7DF;
}
.TagClassName
{
border-color: #BDF7DF;
}
</style>