#BCFAA1

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

Shades of Madang #BCFAA1

Tints of Madang #BCFAA1

Color information

#BCFAA1 (or 0xBCFAA1) is unknown color: approx Madang. HEX triplet: BC, FA and A1. RGB value is (188,250,161). Sum of RGB (Red+Green+Blue) = 188+250+161=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAA1 is #43055E. Grayscale: #DDDDDD. Windows color (decimal): -4392287 or 10615484. OLE color: 10615484.

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

Color convert

RGB188250161-
CMYK0.2500.360.02
HSL101.8º89.9%80.59%-
HSV(B)101.8º35.6%98.04%-
XYZ61.3681.6446.24-
YUV221.3293.96104.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=31.39%
G=41.74%
B=26.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501610.2500.360.02101.889.980.59
HexBCFAA1190242665a51
Octal274372241310442146132121
Binary10111100111110101010000111001010010010110011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAA1; }

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

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

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

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

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

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

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

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