Shades of Mint Tulip #BDF5DF
Tints of Mint Tulip #BDF5DF
RGB
CMYK
RGB Variations
Color information
#BDF5DF (or 0xBDF5DF) is known color: Mint Tulip. HEX triplet: BD, F5 and DF. RGB value is (189,245,223). Sum of RGB (Red+Green+Blue) = 189+245+223=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5DF is #420A20. Grayscale: #E1E1E1. Windows color (decimal): -4327969 or 14677437. OLE color: 14677437.
HSL color Cylindrical-coordinate representation of color #BDF5DF: hue angle of 156.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5DF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 223 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.04 |
| HSL | 156.43º | 0.74% | 0.85% | - |
| HSV(B) | 156.43º | 0.23% | 0.96% | - |
| XYZ | 66.96 | 81.45 | 82 | - |
| YUV | 225.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 223 | 0.23 | 0 | 0.09 | 0.04 | 156.43 | 0.74 | 0.85 |
| Hex | BD | F5 | DF | 17 | 0 | 9 | 4 | 9C | 4A | 55 |
| Octal | 275 | 365 | 337 | 27 | 0 | 11 | 4 | 234 | 112 | 125 |
| Binary | 10111101 | 11110101 | 11011111 | 10111 | 0 | 1001 | 100 | 10011100 | 1001010 | 1010101 |
Color Harmonies of #BDF5DF
Complementary color
Monochromatic Colors of #BDF5DF
Black with #BDF5DF
Text Example
Text Example
White with #BDF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5DF; }
p { color: rgb(189,245,223); }
H1.HeaderClassName
{
color: #BDF5DF;
}
.AnyTagClassName
{
color: #BDF5DF;
}
</style>
background-color css
<style>
a { background-color: #BDF5DF; }
a { background-color: rgb(189,245,223); }
div.DivClassName
{
background-color: #BDF5DF;
}
.BgClassName
{
background-color: #BDF5DF;
}
</style>
border-color css
<style>
span { border-color: #BDF5DF; }
span { border-color: rgb(189,245,223); }
td.TdClassName
{
border-color: #BDF5DF;
}
.TagClassName
{
border-color: #BDF5DF;
}
</style>