#BFF6E2

Color #BFF6E2 Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #BFF6E2

Tints of Mint Tulip #BFF6E2

Color information

#BFF6E2 (or 0xBFF6E2) is unknown color: approx Mint Tulip. HEX triplet: BF, F6 and E2. RGB value is (191,246,226). Sum of RGB (Red+Green+Blue) = 191+246+226=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6E2 is #40091D. Grayscale: #E3E3E3. Windows color (decimal): -4196638 or 14874303. OLE color: 14874303.

HSL color Cylindrical-coordinate representation of color #BFF6E2: hue angle of 158.18º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6E2 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB191246226-
CMYK0.2200.080.04
HSL158.18º75.34%85.69%-
HSV(B)158.18º22.36%96.47%-
XYZ68.1782.4884.28-
YUV227.27127.28102.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 246 (96.48% from 255) = 37.10%
BLUE value IS 226 (88.67% from 255) = 34.09%
R=28.81%
G=37.10%
B=34.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912462260.2200.080.04158.1875.3485.69
HexBFF6E2160849e4b56
Octal277366342260104236113126
Binary10111111111101101110001010110010001001001111010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6E2; }

 p { color: rgb(191,246,226); }

 H1.HeaderClassName
 {
   color: #BFF6E2;
 }
 .AnyTagClassName
 {
   color: #BFF6E2;
 }
</style>
background-color css

<style>
 a { background-color: #BFF6E2; }

 a { background-color: rgb(191,246,226); }

 div.DivClassName
 {
   background-color: #BFF6E2;
 }
 .BgClassName
 {
   background-color: #BFF6E2;
 }
</style>
border-color css

<style>
 span { border-color: #BFF6E2; }

 span { border-color: rgb(191,246,226); }

 td.TdClassName
 {
   border-color: #BFF6E2;
 }
 .TagClassName
 {
   border-color: #BFF6E2;
 }
</style>