#BCFFE3

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

Shades of Mint Tulip #BCFFE3

Tints of Mint Tulip #BCFFE3

Color information

#BCFFE3 (or 0xBCFFE3) is unknown color: approx Mint Tulip. HEX triplet: BC, FF and E3. RGB value is (188,255,227). Sum of RGB (Red+Green+Blue) = 188+255+227=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFE3 is #43001C. Grayscale: #E7E7E7. Windows color (decimal): -4390941 or 14942140. OLE color: 14942140.

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

Color convert

RGB188255227-
CMYK0.2600.110
HSL154.93º100%86.86%-
HSV(B)154.93º26.27%100%-
XYZ70.3687.7685.9-
YUV231.77125.396.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.06%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 227 (89.06% from 255) = 33.88%
R=28.06%
G=38.06%
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
SystemRedGreenBlueCMYKHSL
Decimal1882552270.2600.110154.9310086.86
HexBCFFE31A0B09b6457
Octal274377343320130233144127
Binary101111001111111111100011110100101101001101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFE3; }

 p { color: rgb(188,255,227); }

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

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

 a { background-color: rgb(188,255,227); }

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

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

 span { border-color: rgb(188,255,227); }

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