#BFF7E0

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

Shades of Mint Tulip #BFF7E0

Tints of Mint Tulip #BFF7E0

Color information

#BFF7E0 (or 0xBFF7E0) is unknown color: approx Mint Tulip. HEX triplet: BF, F7 and E0. RGB value is (191,247,224). Sum of RGB (Red+Green+Blue) = 191+247+224=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7E0 is #40081F. Grayscale: #E3E3E3. Windows color (decimal): -4196384 or 14743487. OLE color: 14743487.

HSL color Cylindrical-coordinate representation of color #BFF7E0: hue angle of 155.36º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7E0 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB191247224-
CMYK0.2300.090.03
HSL155.36º77.78%85.88%-
HSV(B)155.36º22.67%96.86%-
XYZ68.282.9882.94-
YUV227.63125.95101.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.85%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 224 (87.89% from 255) = 33.84%
R=28.85%
G=37.31%
B=33.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912472240.2300.090.03155.3677.7885.88
HexBFF7E0170939b4e56
Octal277367340270113233116126
Binary1011111111110111111000001011101001111001101110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7E0; }

 p { color: rgb(191,247,224); }

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

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

 a { background-color: rgb(191,247,224); }

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

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

 span { border-color: rgb(191,247,224); }

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