#BCFEA2

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

Shades of Madang #BCFEA2

Tints of Madang #BCFEA2

Color information

#BCFEA2 (or 0xBCFEA2) is unknown color: approx Madang. HEX triplet: BC, FE and A2. RGB value is (188,254,162). Sum of RGB (Red+Green+Blue) = 188+254+162=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEA2 is #43015D. Grayscale: #E0E0E0. Windows color (decimal): -4391262 or 10682044. OLE color: 10682044.

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

Color convert

RGB188254162-
CMYK0.2600.360.00
HSL103.04º97.87%81.57%-
HSV(B)103.04º36.22%99.61%-
XYZ62.784.1847.13-
YUV223.7893.13102.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 254 (99.61% from 255) = 42.05%
BLUE value IS 162 (63.67% from 255) = 26.82%
R=31.13%
G=42.05%
B=26.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541620.2600.360.00103.0497.8781.57
HexBCFEA21A0240676252
Octal274376242320440147142122
Binary1011110011111110101000101101001001000110011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEA2; }

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

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

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

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

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

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

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

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