Shades of Mint Tulip #BBF5DD
Tints of Mint Tulip #BBF5DD
RGB
CMYK
RGB Variations
Color information
#BBF5DD (or 0xBBF5DD) is known color: Mint Tulip. HEX triplet: BB, F5 and DD. RGB value is (187,245,221). Sum of RGB (Red+Green+Blue) = 187+245+221=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5DD is #440A22. Grayscale: #E0E0E0. Windows color (decimal): -4459043 or 14546363. OLE color: 14546363.
HSL color Cylindrical-coordinate representation of color #BBF5DD: hue angle of 155.17º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5DD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 221 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.04 |
| HSL | 155.17º | 0.74% | 0.85% | - |
| HSV(B) | 155.17º | 0.24% | 0.96% | - |
| XYZ | 66.2 | 81.09 | 80.57 | - |
| YUV | 224.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 221 | 0.24 | 0 | 0.10 | 0.04 | 155.17 | 0.74 | 0.85 |
| Hex | BB | F5 | DD | 18 | 0 | A | 4 | 9B | 4A | 55 |
| Octal | 273 | 365 | 335 | 30 | 0 | 12 | 4 | 233 | 112 | 125 |
| Binary | 10111011 | 11110101 | 11011101 | 11000 | 0 | 1010 | 100 | 10011011 | 1001010 | 1010101 |
Color Harmonies of #BBF5DD
Complementary color
Monochromatic Colors of #BBF5DD
Black with #BBF5DD
Text Example
Text Example
White with #BBF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5DD; }
p { color: rgb(187,245,221); }
H1.HeaderClassName
{
color: #BBF5DD;
}
.AnyTagClassName
{
color: #BBF5DD;
}
</style>
background-color css
<style>
a { background-color: #BBF5DD; }
a { background-color: rgb(187,245,221); }
div.DivClassName
{
background-color: #BBF5DD;
}
.BgClassName
{
background-color: #BBF5DD;
}
</style>
border-color css
<style>
span { border-color: #BBF5DD; }
span { border-color: rgb(187,245,221); }
td.TdClassName
{
border-color: #BBF5DD;
}
.TagClassName
{
border-color: #BBF5DD;
}
</style>