Shades of Mint Tulip #BDF3DF
Tints of Mint Tulip #BDF3DF
RGB
CMYK
RGB Variations
Color information
#BDF3DF (or 0xBDF3DF) is known color: Mint Tulip. HEX triplet: BD, F3 and DF. RGB value is (189,243,223). Sum of RGB (Red+Green+Blue) = 189+243+223=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3DF is #420C20. Grayscale: #E0E0E0. Windows color (decimal): -4328481 or 14676925. OLE color: 14676925.
HSL color Cylindrical-coordinate representation of color #BDF3DF: hue angle of 157.78º degrees, saturation: 0.69, 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 #BDF3DF is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 189 | 243 | 223 | - |
CMYK | 0.22 | 0 | 0.08 | 0.05 |
HSL | 157.78º | 0.69% | 0.85% | - |
HSV(B) | 157.78º | 0.22% | 0.95% | - |
XYZ | 66.36 | 80.25 | 81.8 | - |
YUV | 224.57 | 127.11 | 102.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 243 | 223 | 0.22 | 0 | 0.08 | 0.05 | 157.78 | 0.69 | 0.85 |
Hex | BD | F3 | DF | 16 | 0 | 8 | 5 | 9E | 45 | 55 |
Octal | 275 | 363 | 337 | 26 | 0 | 10 | 5 | 236 | 105 | 125 |
Binary | 10111101 | 11110011 | 11011111 | 10110 | 0 | 1000 | 101 | 10011110 | 1000101 | 1010101 |
Color Harmonies of #BDF3DF
Complementary color
Monochromatic Colors of #BDF3DF
Black with #BDF3DF
Text Example
Text Example
White with #BDF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3DF; }
p { color: rgb(189,243,223); }
H1.HeaderClassName
{
color: #BDF3DF;
}
.AnyTagClassName
{
color: #BDF3DF;
}
</style>
background-color css
<style>
a { background-color: #BDF3DF; }
a { background-color: rgb(189,243,223); }
div.DivClassName
{
background-color: #BDF3DF;
}
.BgClassName
{
background-color: #BDF3DF;
}
</style>
border-color css
<style>
span { border-color: #BDF3DF; }
span { border-color: rgb(189,243,223); }
td.TdClassName
{
border-color: #BDF3DF;
}
.TagClassName
{
border-color: #BDF3DF;
}
</style>