#BCFAA4

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

Shades of Madang #BCFAA4

Tints of Madang #BCFAA4

Color information

#BCFAA4 (or 0xBCFAA4) is unknown color: approx Madang. HEX triplet: BC, FA and A4. RGB value is (188,250,164). Sum of RGB (Red+Green+Blue) = 188+250+164=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAA4 is #43055B. Grayscale: #DDDDDD. Windows color (decimal): -4392284 or 10812092. OLE color: 10812092.

HSL color Cylindrical-coordinate representation of color #BCFAA4: hue angle of 103.26º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCFAA4 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB188250164-
CMYK0.2500.340.02
HSL103.26º89.58%81.18%-
HSV(B)103.26º34.4%98.04%-
XYZ61.6381.7447.65-
YUV221.6695.46103.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 164 (64.45% from 255) = 27.24%
R=31.23%
G=41.53%
B=27.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501640.2500.340.02103.2689.5881.18
HexBCFAA4190222675a51
Octal274372244310422147132121
Binary10111100111110101010010011001010001010110011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAA4; }

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

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

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

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

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

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

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

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