Shades of Mint Tulip #BDF2DF
Tints of Mint Tulip #BDF2DF
RGB
CMYK
RGB Variations
Color information
#BDF2DF (or 0xBDF2DF) is known color: Mint Tulip. HEX triplet: BD, F2 and DF. RGB value is (189,242,223). Sum of RGB (Red+Green+Blue) = 189+242+223=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2DF is #420D20. Grayscale: #E0E0E0. Windows color (decimal): -4328737 or 14676669. OLE color: 14676669.
HSL color Cylindrical-coordinate representation of color #BDF2DF: hue angle of 158.49º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2DF is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 223 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.05 |
| HSL | 158.49º | 0.67% | 0.85% | - |
| HSV(B) | 158.49º | 0.22% | 0.95% | - |
| XYZ | 66.06 | 79.65 | 81.7 | - |
| YUV | 223.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 223 | 0.22 | 0 | 0.08 | 0.05 | 158.49 | 0.67 | 0.85 |
| Hex | BD | F2 | DF | 16 | 0 | 8 | 5 | 9E | 43 | 55 |
| Octal | 275 | 362 | 337 | 26 | 0 | 10 | 5 | 236 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11011111 | 10110 | 0 | 1000 | 101 | 10011110 | 1000011 | 1010101 |
Color Harmonies of #BDF2DF
Complementary color
Monochromatic Colors of #BDF2DF
Black with #BDF2DF
Text Example
Text Example
White with #BDF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2DF; }
p { color: rgb(189,242,223); }
H1.HeaderClassName
{
color: #BDF2DF;
}
.AnyTagClassName
{
color: #BDF2DF;
}
</style>
background-color css
<style>
a { background-color: #BDF2DF; }
a { background-color: rgb(189,242,223); }
div.DivClassName
{
background-color: #BDF2DF;
}
.BgClassName
{
background-color: #BDF2DF;
}
</style>
border-color css
<style>
span { border-color: #BDF2DF; }
span { border-color: rgb(189,242,223); }
td.TdClassName
{
border-color: #BDF2DF;
}
.TagClassName
{
border-color: #BDF2DF;
}
</style>