Shades of Mint Tulip #BDF9DF
Tints of Mint Tulip #BDF9DF
RGB
CMYK
RGB Variations
Color information
#BDF9DF (or 0xBDF9DF) is known color: Mint Tulip. HEX triplet: BD, F9 and DF. RGB value is (189,249,223). Sum of RGB (Red+Green+Blue) = 189+249+223=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9DF is #420620. Grayscale: #E4E4E4. Windows color (decimal): -4326945 or 14678461. OLE color: 14678461.
HSL color Cylindrical-coordinate representation of color #BDF9DF: hue angle of 154º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9DF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 223 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.02 |
| HSL | 154º | 0.83% | 0.86% | - |
| HSV(B) | 154º | 0.24% | 0.98% | - |
| XYZ | 68.18 | 83.9 | 82.41 | - |
| YUV | 228.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 223 | 0.24 | 0 | 0.10 | 0.02 | 154 | 0.83 | 0.86 |
| Hex | BD | F9 | DF | 18 | 0 | A | 2 | 9A | 53 | 56 |
| Octal | 275 | 371 | 337 | 30 | 0 | 12 | 2 | 232 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11011111 | 11000 | 0 | 1010 | 10 | 10011010 | 1010011 | 1010110 |
Color Harmonies of #BDF9DF
Complementary color
Monochromatic Colors of #BDF9DF
Black with #BDF9DF
Text Example
Text Example
White with #BDF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9DF; }
p { color: rgb(189,249,223); }
H1.HeaderClassName
{
color: #BDF9DF;
}
.AnyTagClassName
{
color: #BDF9DF;
}
</style>
background-color css
<style>
a { background-color: #BDF9DF; }
a { background-color: rgb(189,249,223); }
div.DivClassName
{
background-color: #BDF9DF;
}
.BgClassName
{
background-color: #BDF9DF;
}
</style>
border-color css
<style>
span { border-color: #BDF9DF; }
span { border-color: rgb(189,249,223); }
td.TdClassName
{
border-color: #BDF9DF;
}
.TagClassName
{
border-color: #BDF9DF;
}
</style>