#BCFAB6

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

Shades of Madang #BCFAB6

Tints of Madang #BCFAB6

Color information

#BCFAB6 (or 0xBCFAB6) is unknown color: approx Madang. HEX triplet: BC, FA and B6. RGB value is (188,250,182). Sum of RGB (Red+Green+Blue) = 188+250+182=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAB6 is #430549. Grayscale: #DFDFDF. Windows color (decimal): -4392266 or 11991740. OLE color: 11991740.

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

Color convert

RGB188250182-
CMYK0.2500.270.02
HSL114.71º87.18%84.71%-
HSV(B)114.71º27.2%98.04%-
XYZ63.3782.4456.83-
YUV223.71104.46102.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 182 (71.48% from 255) = 29.35%
R=30.32%
G=40.32%
B=29.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501820.2500.270.02114.7187.1884.71
HexBCFAB61901B2735755
Octal274372266310332163127125
Binary1011110011111010101101101100101101110111001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAB6; }

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

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

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

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

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

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

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

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