#BFFDE3

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

Shades of Mint Tulip #BFFDE3

Tints of Mint Tulip #BFFDE3

Color information

#BFFDE3 (or 0xBFFDE3) is unknown color: approx Mint Tulip. HEX triplet: BF, FD and E3. RGB value is (191,253,227). Sum of RGB (Red+Green+Blue) = 191+253+227=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDE3 is #40021C. Grayscale: #E7E7E7. Windows color (decimal): -4194845 or 14941631. OLE color: 14941631.

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

Color convert

RGB191253227-
CMYK0.2500.100.01
HSL154.84º93.94%87.06%-
HSV(B)154.84º24.51%99.22%-
XYZ70.4886.8785.73-
YUV231.5125.4699.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.46%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 227 (89.06% from 255) = 33.83%
R=28.46%
G=37.70%
B=33.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532270.2500.100.01154.8493.9487.06
HexBFFDE3190A19b5e57
Octal277375343310121233136127
Binary101111111111110111100011110010101011001101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDE3; }

 p { color: rgb(191,253,227); }

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

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

 a { background-color: rgb(191,253,227); }

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

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

 span { border-color: rgb(191,253,227); }

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