Shades of Mint Tulip #BCFBDF
Tints of Mint Tulip #BCFBDF
RGB
CMYK
RGB Variations
Color information
#BCFBDF (or 0xBCFBDF) is known color: Mint Tulip. HEX triplet: BC, FB and DF. RGB value is (188,251,223). Sum of RGB (Red+Green+Blue) = 188+251+223=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBDF is #430420. Grayscale: #E5E5E5. Windows color (decimal): -4391969 or 14678972. OLE color: 14678972.
HSL color Cylindrical-coordinate representation of color #BCFBDF: hue angle of 153.33º 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 #BCFBDF is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 223 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.02 |
| HSL | 153.33º | 0.89% | 0.86% | - |
| HSV(B) | 153.33º | 0.25% | 0.98% | - |
| XYZ | 68.56 | 85.01 | 82.61 | - |
| YUV | 228.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 223 | 0.25 | 0 | 0.11 | 0.02 | 153.33 | 0.89 | 0.86 |
| Hex | BC | FB | DF | 19 | 0 | B | 2 | 99 | 59 | 56 |
| Octal | 274 | 373 | 337 | 31 | 0 | 13 | 2 | 231 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11011111 | 11001 | 0 | 1011 | 10 | 10011001 | 1011001 | 1010110 |
Color Harmonies of #BCFBDF
Complementary color
Monochromatic Colors of #BCFBDF
Black with #BCFBDF
Text Example
Text Example
White with #BCFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBDF; }
p { color: rgb(188,251,223); }
H1.HeaderClassName
{
color: #BCFBDF;
}
.AnyTagClassName
{
color: #BCFBDF;
}
</style>
background-color css
<style>
a { background-color: #BCFBDF; }
a { background-color: rgb(188,251,223); }
div.DivClassName
{
background-color: #BCFBDF;
}
.BgClassName
{
background-color: #BCFBDF;
}
</style>
border-color css
<style>
span { border-color: #BCFBDF; }
span { border-color: rgb(188,251,223); }
td.TdClassName
{
border-color: #BCFBDF;
}
.TagClassName
{
border-color: #BCFBDF;
}
</style>