#BFF7DE

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

Shades of Mint Tulip #BFF7DE

Tints of Mint Tulip #BFF7DE

Color information

#BFF7DE (or 0xBFF7DE) is unknown color: approx Mint Tulip. HEX triplet: BF, F7 and DE. RGB value is (191,247,222). Sum of RGB (Red+Green+Blue) = 191+247+222=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7DE is #400821. Grayscale: #E3E3E3. Windows color (decimal): -4196386 or 14612415. OLE color: 14612415.

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

Color convert

RGB191247222-
CMYK0.2300.100.03
HSL153.21º77.78%85.88%-
HSV(B)153.21º22.67%96.86%-
XYZ67.9382.8781.52-
YUV227.41124.95102.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 247 (96.88% from 255) = 37.42%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=28.94%
G=37.42%
B=33.64%

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
Decimal1912472220.2300.100.03153.2177.7885.88
HexBFF7DE170A3994e56
Octal277367336270123231116126
Binary1011111111110111110111101011101010111001100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7DE; }

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

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

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

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

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

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

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

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