#BCFDA6

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

Shades of Madang #BCFDA6

Tints of Madang #BCFDA6

Color information

#BCFDA6 (or 0xBCFDA6) is unknown color: approx Madang. HEX triplet: BC, FD and A6. RGB value is (188,253,166). Sum of RGB (Red+Green+Blue) = 188+253+166=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFDA6 is #430259. Grayscale: #DFDFDF. Windows color (decimal): -4391514 or 10943932. OLE color: 10943932.

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

Color convert

RGB188253166-
CMYK0.2600.340.01
HSL104.83º95.6%82.16%-
HSV(B)104.83º34.39%99.22%-
XYZ62.7583.748.92-
YUV223.6595.47102.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 166 (65.23% from 255) = 27.35%
R=30.97%
G=41.68%
B=27.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531660.2600.340.01104.8395.682.16
HexBCFDA61A0221696052
Octal274375246320421151140122
Binary1011110011111101101001101101001000101110100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDA6; }

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

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

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

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

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

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

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

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