#BCFAB4

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

Shades of Madang #BCFAB4

Tints of Madang #BCFAB4

Color information

#BCFAB4 (or 0xBCFAB4) is unknown color: approx Madang. HEX triplet: BC, FA and B4. RGB value is (188,250,180). Sum of RGB (Red+Green+Blue) = 188+250+180=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAB4 is #43054B. Grayscale: #DFDFDF. Windows color (decimal): -4392268 or 11860668. OLE color: 11860668.

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

Color convert

RGB188250180-
CMYK0.2500.280.02
HSL113.14º87.5%84.31%-
HSV(B)113.14º28%98.04%-
XYZ63.1682.3655.75-
YUV223.48103.46102.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 180 (70.70% from 255) = 29.13%
R=30.42%
G=40.45%
B=29.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501800.2500.280.02113.1487.584.31
HexBCFAB41901C2715854
Octal274372264310342161130124
Binary1011110011111010101101001100101110010111000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAB4; }

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

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

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

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

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

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

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

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