#BFFFE2

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

Shades of Mint Tulip #BFFFE2

Tints of Mint Tulip #BFFFE2

Color information

#BFFFE2 (or 0xBFFFE2) is unknown color: approx Mint Tulip. HEX triplet: BF, FF and E2. RGB value is (191,255,226). Sum of RGB (Red+Green+Blue) = 191+255+226=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFE2 is #40001D. Grayscale: #E8E8E8. Windows color (decimal): -4194334 or 14876607. OLE color: 14876607.

HSL color Cylindrical-coordinate representation of color #BFFFE2: hue angle of 152.81º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFE2 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB191255226-
CMYK0.2500.110
HSL152.81º100%87.45%-
HSV(B)152.81º25.1%100%-
XYZ70.9788.0985.21-
YUV232.56124.398.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 226 (88.67% from 255) = 33.63%
R=28.42%
G=37.95%
B=33.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552260.2500.110152.8110087.45
HexBFFFE2190B0996457
Octal277377342310130231144127
Binary101111111111111111100010110010101101001100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFE2; }

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

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

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

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

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

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

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

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