Shades of Mint Tulip #BBF2DC
Tints of Mint Tulip #BBF2DC
RGB
CMYK
RGB Variations
Color information
#BBF2DC (or 0xBBF2DC) is known color: Mint Tulip. HEX triplet: BB, F2 and DC. RGB value is (187,242,220). Sum of RGB (Red+Green+Blue) = 187+242+220=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DC is #440D23. Grayscale: #DFDFDF. Windows color (decimal): -4459812 or 14480059. OLE color: 14480059.
HSL color Cylindrical-coordinate representation of color #BBF2DC: hue angle of 156º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2DC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 220 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.05 |
| HSL | 156º | 0.68% | 0.84% | - |
| HSV(B) | 156º | 0.23% | 0.95% | - |
| XYZ | 65.16 | 79.24 | 79.57 | - |
| YUV | 223.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 220 | 0.23 | 0 | 0.09 | 0.05 | 156 | 0.68 | 0.84 |
| Hex | BB | F2 | DC | 17 | 0 | 9 | 5 | 9C | 44 | 54 |
| Octal | 273 | 362 | 334 | 27 | 0 | 11 | 5 | 234 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11011100 | 10111 | 0 | 1001 | 101 | 10011100 | 1000100 | 1010100 |
Color Harmonies of #BBF2DC
Complementary color
Monochromatic Colors of #BBF2DC
Black with #BBF2DC
Text Example
Text Example
White with #BBF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2DC; }
p { color: rgb(187,242,220); }
H1.HeaderClassName
{
color: #BBF2DC;
}
.AnyTagClassName
{
color: #BBF2DC;
}
</style>
background-color css
<style>
a { background-color: #BBF2DC; }
a { background-color: rgb(187,242,220); }
div.DivClassName
{
background-color: #BBF2DC;
}
.BgClassName
{
background-color: #BBF2DC;
}
</style>
border-color css
<style>
span { border-color: #BBF2DC; }
span { border-color: rgb(187,242,220); }
td.TdClassName
{
border-color: #BBF2DC;
}
.TagClassName
{
border-color: #BBF2DC;
}
</style>