Shades of Mint Tulip #BBFDDF
Tints of Mint Tulip #BBFDDF
RGB
CMYK
RGB Variations
Color information
#BBFDDF (or 0xBBFDDF) is known color: Mint Tulip. HEX triplet: BB, FD and DF. RGB value is (187,253,223). Sum of RGB (Red+Green+Blue) = 187+253+223=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDDF is #440220. Grayscale: #E5E5E5. Windows color (decimal): -4456993 or 14679483. OLE color: 14679483.
HSL color Cylindrical-coordinate representation of color #BBFDDF: hue angle of 152.73º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDDF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 187 | 253 | 223 | - |
CMYK | 0.26 | 0 | 0.12 | 0.01 |
HSL | 152.73º | 0.94% | 0.86% | - |
HSV(B) | 152.73º | 0.26% | 0.99% | - |
XYZ | 68.94 | 86.14 | 82.81 | - |
YUV | 229.85 | 124.13 | 97.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 253 | 223 | 0.26 | 0 | 0.12 | 0.01 | 152.73 | 0.94 | 0.86 |
Hex | BB | FD | DF | 1A | 0 | C | 1 | 99 | 5E | 56 |
Octal | 273 | 375 | 337 | 32 | 0 | 14 | 1 | 231 | 136 | 126 |
Binary | 10111011 | 11111101 | 11011111 | 11010 | 0 | 1100 | 1 | 10011001 | 1011110 | 1010110 |
Color Harmonies of #BBFDDF
Complementary color
Monochromatic Colors of #BBFDDF
Black with #BBFDDF
Text Example
Text Example
White with #BBFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDDF; }
p { color: rgb(187,253,223); }
H1.HeaderClassName
{
color: #BBFDDF;
}
.AnyTagClassName
{
color: #BBFDDF;
}
</style>
background-color css
<style>
a { background-color: #BBFDDF; }
a { background-color: rgb(187,253,223); }
div.DivClassName
{
background-color: #BBFDDF;
}
.BgClassName
{
background-color: #BBFDDF;
}
</style>
border-color css
<style>
span { border-color: #BBFDDF; }
span { border-color: rgb(187,253,223); }
td.TdClassName
{
border-color: #BBFDDF;
}
.TagClassName
{
border-color: #BBFDDF;
}
</style>