#BCFAA5

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

Shades of Madang #BCFAA5

Tints of Madang #BCFAA5

Color information

#BCFAA5 (or 0xBCFAA5) is unknown color: approx Madang. HEX triplet: BC, FA and A5. RGB value is (188,250,165). Sum of RGB (Red+Green+Blue) = 188+250+165=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAA5 is #43055A. Grayscale: #DEDEDE. Windows color (decimal): -4392283 or 10877628. OLE color: 10877628.

HSL color Cylindrical-coordinate representation of color #BCFAA5: hue angle of 103.76º degrees, saturation: 0.89, 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 #BCFAA5 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB188250165-
CMYK0.2500.340.02
HSL103.76º89.47%81.37%-
HSV(B)103.76º34%98.04%-
XYZ61.7281.7848.13-
YUV221.7795.96103.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=31.18%
G=41.46%
B=27.36%

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
Decimal1882501650.2500.340.02103.7689.4781.37
HexBCFAA5190222685951
Octal274372245310422150131121
Binary10111100111110101010010111001010001010110100010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAA5; }

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

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

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

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

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

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

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

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