#BCFEA4

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

Shades of Madang #BCFEA4

Tints of Madang #BCFEA4

Color information

#BCFEA4 (or 0xBCFEA4) is unknown color: approx Madang. HEX triplet: BC, FE and A4. RGB value is (188,254,164). Sum of RGB (Red+Green+Blue) = 188+254+164=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEA4 is #43015B. Grayscale: #E0E0E0. Windows color (decimal): -4391260 or 10813116. OLE color: 10813116.

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

Color convert

RGB188254164-
CMYK0.2600.350.00
HSL104º97.83%81.96%-
HSV(B)104º35.43%99.61%-
XYZ62.8884.2648.07-
YUV224.0194.13102.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=31.02%
G=41.91%
B=27.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541640.2600.350.0010497.8381.96
HexBCFEA41A0230686252
Octal274376244320430150142122
Binary1011110011111110101001001101001000110110100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEA4; }

 p { color: rgb(188,254,164); }

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

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

 a { background-color: rgb(188,254,164); }

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

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

 span { border-color: rgb(188,254,164); }

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