Shades of Mint Tulip #BFF2E2
Tints of Mint Tulip #BFF2E2
RGB
CMYK
RGB Variations
Color information
#BFF2E2 (or 0xBFF2E2) is known color: Mint Tulip. HEX triplet: BF, F2 and E2. RGB value is (191,242,226). Sum of RGB (Red+Green+Blue) = 191+242+226=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2E2 is #400D1D. Grayscale: #E0E0E0. Windows color (decimal): -4197662 or 14873279. OLE color: 14873279.
HSL color Cylindrical-coordinate representation of color #BFF2E2: hue angle of 161.18º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2E2 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 226 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.05 |
| HSL | 161.18º | 0.66% | 0.85% | - |
| HSV(B) | 161.18º | 0.21% | 0.95% | - |
| XYZ | 66.97 | 80.07 | 83.88 | - |
| YUV | 224.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 226 | 0.21 | 0 | 0.07 | 0.05 | 161.18 | 0.66 | 0.85 |
| Hex | BF | F2 | E2 | 15 | 0 | 7 | 5 | A1 | 42 | 55 |
| Octal | 277 | 362 | 342 | 25 | 0 | 7 | 5 | 241 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11100010 | 10101 | 0 | 111 | 101 | 10100001 | 1000010 | 1010101 |
Color Harmonies of #BFF2E2
Complementary color
Monochromatic Colors of #BFF2E2
Black with #BFF2E2
Text Example
Text Example
White with #BFF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2E2; }
p { color: rgb(191,242,226); }
H1.HeaderClassName
{
color: #BFF2E2;
}
.AnyTagClassName
{
color: #BFF2E2;
}
</style>
background-color css
<style>
a { background-color: #BFF2E2; }
a { background-color: rgb(191,242,226); }
div.DivClassName
{
background-color: #BFF2E2;
}
.BgClassName
{
background-color: #BFF2E2;
}
</style>
border-color css
<style>
span { border-color: #BFF2E2; }
span { border-color: rgb(191,242,226); }
td.TdClassName
{
border-color: #BFF2E2;
}
.TagClassName
{
border-color: #BFF2E2;
}
</style>