#BFF6E3

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

Shades of Mint Tulip #BFF6E3

Tints of Mint Tulip #BFF6E3

Color information

#BFF6E3 (or 0xBFF6E3) is unknown color: approx Mint Tulip. HEX triplet: BF, F6 and E3. RGB value is (191,246,227). Sum of RGB (Red+Green+Blue) = 191+246+227=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6E3 is #40091C. Grayscale: #E3E3E3. Windows color (decimal): -4196637 or 14939839. OLE color: 14939839.

HSL color Cylindrical-coordinate representation of color #BFF6E3: hue angle of 159.27º 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 #BFF6E3 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB191246227-
CMYK0.2200.080.04
HSL159.27º75.34%85.69%-
HSV(B)159.27º22.36%96.47%-
XYZ68.3182.5385-
YUV227.39127.78102.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.77%
GREEN value IS 246 (96.48% from 255) = 37.05%
BLUE value IS 227 (89.06% from 255) = 34.19%
R=28.77%
G=37.05%
B=34.19%

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
Decimal1912462270.2200.080.04159.2775.3485.69
HexBFF6E3160849f4b56
Octal277366343260104237113126
Binary10111111111101101110001110110010001001001111110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6E3; }

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

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

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

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

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

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

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

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