Shades of Mint Tulip #BBF8DE
Tints of Mint Tulip #BBF8DE
RGB
CMYK
RGB Variations
Color information
#BBF8DE (or 0xBBF8DE) is known color: Mint Tulip. HEX triplet: BB, F8 and DE. RGB value is (187,248,222). Sum of RGB (Red+Green+Blue) = 187+248+222=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8DE is #440721. Grayscale: #E2E2E2. Windows color (decimal): -4458274 or 14612667. OLE color: 14612667.
HSL color Cylindrical-coordinate representation of color #BBF8DE: hue angle of 154.43º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8DE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 222 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.03 |
| HSL | 154.43º | 0.81% | 0.85% | - |
| HSV(B) | 154.43º | 0.25% | 0.97% | - |
| XYZ | 67.25 | 82.97 | 81.58 | - |
| YUV | 226.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 222 | 0.25 | 0 | 0.10 | 0.03 | 154.43 | 0.81 | 0.85 |
| Hex | BB | F8 | DE | 19 | 0 | A | 3 | 9A | 51 | 55 |
| Octal | 273 | 370 | 336 | 31 | 0 | 12 | 3 | 232 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11011110 | 11001 | 0 | 1010 | 11 | 10011010 | 1010001 | 1010101 |
Color Harmonies of #BBF8DE
Complementary color
Monochromatic Colors of #BBF8DE
Black with #BBF8DE
Text Example
Text Example
White with #BBF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8DE; }
p { color: rgb(187,248,222); }
H1.HeaderClassName
{
color: #BBF8DE;
}
.AnyTagClassName
{
color: #BBF8DE;
}
</style>
background-color css
<style>
a { background-color: #BBF8DE; }
a { background-color: rgb(187,248,222); }
div.DivClassName
{
background-color: #BBF8DE;
}
.BgClassName
{
background-color: #BBF8DE;
}
</style>
border-color css
<style>
span { border-color: #BBF8DE; }
span { border-color: rgb(187,248,222); }
td.TdClassName
{
border-color: #BBF8DE;
}
.TagClassName
{
border-color: #BBF8DE;
}
</style>