#BCFAA3

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

Shades of Madang #BCFAA3

Tints of Madang #BCFAA3

Color information

#BCFAA3 (or 0xBCFAA3) is unknown color: approx Madang. HEX triplet: BC, FA and A3. RGB value is (188,250,163). Sum of RGB (Red+Green+Blue) = 188+250+163=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAA3 is #43055C. Grayscale: #DDDDDD. Windows color (decimal): -4392285 or 10746556. OLE color: 10746556.

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

Color convert

RGB188250163-
CMYK0.2500.350.02
HSL102.76º89.69%80.98%-
HSV(B)102.76º34.8%98.04%-
XYZ61.5481.7147.18-
YUV221.5494.96104.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 163 (64.06% from 255) = 27.12%
R=31.28%
G=41.60%
B=27.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501630.2500.350.02102.7689.6980.98
HexBCFAA3190232675a51
Octal274372243310432147132121
Binary10111100111110101010001111001010001110110011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAA3; }

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

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

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

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

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

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

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

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