#BCFDE2

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

Shades of Mint Tulip #BCFDE2

Tints of Mint Tulip #BCFDE2

Color information

#BCFDE2 (or 0xBCFDE2) is unknown color: approx Mint Tulip. HEX triplet: BC, FD and E2. RGB value is (188,253,226). Sum of RGB (Red+Green+Blue) = 188+253+226=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDE2 is #43021D. Grayscale: #E6E6E6. Windows color (decimal): -4391454 or 14876092. OLE color: 14876092.

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

Color convert

RGB188253226-
CMYK0.2600.110.01
HSL155.08º94.2%86.47%-
HSV(B)155.08º25.69%99.22%-
XYZ69.5986.4384.97-
YUV230.49125.4797.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.19%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 226 (88.67% from 255) = 33.88%
R=28.19%
G=37.93%
B=33.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532260.2600.110.01155.0894.286.47
HexBCFDE21A0B19b5e56
Octal274375342320131233136126
Binary101111001111110111100010110100101111001101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDE2; }

 p { color: rgb(188,253,226); }

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

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

 a { background-color: rgb(188,253,226); }

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

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

 span { border-color: rgb(188,253,226); }

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