#BCFCE0

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

Shades of Mint Tulip #BCFCE0

Tints of Mint Tulip #BCFCE0

Color information

#BCFCE0 (or 0xBCFCE0) is unknown color: approx Mint Tulip. HEX triplet: BC, FC and E0. RGB value is (188,252,224). Sum of RGB (Red+Green+Blue) = 188+252+224=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCE0 is #43031F. Grayscale: #E5E5E5. Windows color (decimal): -4391712 or 14744764. OLE color: 14744764.

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

Color convert

RGB188252224-
CMYK0.2500.110.01
HSL153.75º91.43%86.27%-
HSV(B)153.75º25.4%98.82%-
XYZ6985.6983.42-
YUV229.67124.898.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.31%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=28.31%
G=37.95%
B=33.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522240.2500.110.01153.7591.4386.27
HexBCFCE0190B19a5b56
Octal274374340310131232133126
Binary101111001111110011100000110010101111001101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCE0; }

 p { color: rgb(188,252,224); }

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

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

 a { background-color: rgb(188,252,224); }

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

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

 span { border-color: rgb(188,252,224); }

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