#bff6e1

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

Shades of Mint Tulip #BFF6E1

Tints of Mint Tulip #BFF6E1

Color information

#BFF6E1 (or 0xBFF6E1) is unknown color: approx Mint Tulip. HEX triplet: BF, F6 and E1. RGB value is (191,246,225). Sum of RGB (Red+Green+Blue) = 191+246+225=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6E1 is #40091E. Grayscale: #E3E3E3. Windows color (decimal): -4196639 or 14808767. OLE color: 14808767.

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

Color convert

RGB191246225-
CMYK0.2200.090.04
HSL157.09º75.34%85.69%-
HSV(B)157.09º22.36%96.47%-
XYZ68.0382.4283.56-
YUV227.16126.78102.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.85%
GREEN value IS 246 (96.48% from 255) = 37.16%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=28.85%
G=37.16%
B=33.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912462250.2200.090.04157.0975.3485.69
HexBFF6E1160949d4b56
Octal277366341260114235113126
Binary10111111111101101110000110110010011001001110110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bff6e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bff6e1; }

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

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

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

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

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

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

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

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