#BCFEA5

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

Shades of Madang #BCFEA5

Tints of Madang #BCFEA5

Color information

#BCFEA5 (or 0xBCFEA5) is unknown color: approx Madang. HEX triplet: BC, FE and A5. RGB value is (188,254,165). Sum of RGB (Red+Green+Blue) = 188+254+165=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEA5 is #43015A. Grayscale: #E0E0E0. Windows color (decimal): -4391259 or 10878652. OLE color: 10878652.

HSL color Cylindrical-coordinate representation of color #BCFEA5: hue angle of 104.49º 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 #BCFEA5 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB188254165-
CMYK0.2600.350.00
HSL104.49º97.8%82.16%-
HSV(B)104.49º35.04%99.61%-
XYZ62.9784.2948.55-
YUV224.1294.63102.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=30.97%
G=41.85%
B=27.18%

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
Decimal1882541650.2600.350.00104.4997.882.16
HexBCFEA51A0230686252
Octal274376245320430150142122
Binary1011110011111110101001011101001000110110100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEA5; }

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

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

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

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

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

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

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

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