#BCFDA1

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

Shades of Madang #BCFDA1

Tints of Madang #BCFDA1

Color information

#BCFDA1 (or 0xBCFDA1) is unknown color: approx Madang. HEX triplet: BC, FD and A1. RGB value is (188,253,161). Sum of RGB (Red+Green+Blue) = 188+253+161=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFDA1 is #43025E. Grayscale: #DFDFDF. Windows color (decimal): -4391519 or 10616252. OLE color: 10616252.

HSL color Cylindrical-coordinate representation of color #BCFDA1: hue angle of 102.39º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCFDA1 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB188253161-
CMYK0.2600.360.01
HSL102.39º95.83%81.18%-
HSV(B)102.39º36.36%99.22%-
XYZ62.383.5246.55-
YUV223.0892.97102.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=31.23%
G=42.03%
B=26.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531610.2600.360.01102.3995.8381.18
HexBCFDA11A0241666051
Octal274375241320441146140121
Binary1011110011111101101000011101001001001110011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDA1; }

 p { color: rgb(188,253,161); }

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

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

 a { background-color: rgb(188,253,161); }

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

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

 span { border-color: rgb(188,253,161); }

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