#BFF8DE

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

Shades of Mint Tulip #BFF8DE

Tints of Mint Tulip #BFF8DE

Color information

#BFF8DE (or 0xBFF8DE) is unknown color: approx Mint Tulip. HEX triplet: BF, F8 and DE. RGB value is (191,248,222). Sum of RGB (Red+Green+Blue) = 191+248+222=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8DE is #400721. Grayscale: #E4E4E4. Windows color (decimal): -4196130 or 14612671. OLE color: 14612671.

HSL color Cylindrical-coordinate representation of color #BFF8DE: hue angle of 152.63º degrees, saturation: 0.8, 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 #BFF8DE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB191248222-
CMYK0.2300.100.03
HSL152.63º80.28%86.08%-
HSV(B)152.63º22.98%97.25%-
XYZ68.2483.4981.62-
YUV227.99124.62101.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.90%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=28.90%
G=37.52%
B=33.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912482220.2300.100.03152.6380.2886.08
HexBFF8DE170A3995056
Octal277370336270123231120126
Binary1011111111111000110111101011101010111001100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8DE; }

 p { color: rgb(191,248,222); }

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

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

 a { background-color: rgb(191,248,222); }

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

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

 span { border-color: rgb(191,248,222); }

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