Shades of Mint Tulip #BDFBDF
Tints of Mint Tulip #BDFBDF
RGB
CMYK
RGB Variations
Color information
#BDFBDF (or 0xBDFBDF) is known color: Mint Tulip. HEX triplet: BD, FB and DF. RGB value is (189,251,223). Sum of RGB (Red+Green+Blue) = 189+251+223=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBDF is #420420. Grayscale: #E5E5E5. Windows color (decimal): -4326433 or 14678973. OLE color: 14678973.
HSL color Cylindrical-coordinate representation of color #BDFBDF: hue angle of 152.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBDF is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 189 | 251 | 223 | - |
CMYK | 0.25 | 0 | 0.11 | 0.02 |
HSL | 152.9º | 0.89% | 0.86% | - |
HSV(B) | 152.9º | 0.25% | 0.98% | - |
XYZ | 68.8 | 85.14 | 82.62 | - |
YUV | 229.27 | 124.46 | 99.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 251 | 223 | 0.25 | 0 | 0.11 | 0.02 | 152.9 | 0.89 | 0.86 |
Hex | BD | FB | DF | 19 | 0 | B | 2 | 99 | 59 | 56 |
Octal | 275 | 373 | 337 | 31 | 0 | 13 | 2 | 231 | 131 | 126 |
Binary | 10111101 | 11111011 | 11011111 | 11001 | 0 | 1011 | 10 | 10011001 | 1011001 | 1010110 |
Color Harmonies of #BDFBDF
Complementary color
Monochromatic Colors of #BDFBDF
Black with #BDFBDF
Text Example
Text Example
White with #BDFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBDF; }
p { color: rgb(189,251,223); }
H1.HeaderClassName
{
color: #BDFBDF;
}
.AnyTagClassName
{
color: #BDFBDF;
}
</style>
background-color css
<style>
a { background-color: #BDFBDF; }
a { background-color: rgb(189,251,223); }
div.DivClassName
{
background-color: #BDFBDF;
}
.BgClassName
{
background-color: #BDFBDF;
}
</style>
border-color css
<style>
span { border-color: #BDFBDF; }
span { border-color: rgb(189,251,223); }
td.TdClassName
{
border-color: #BDFBDF;
}
.TagClassName
{
border-color: #BDFBDF;
}
</style>