#bcffa5

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

Shades of Madang #BCFFA5

Tints of Madang #BCFFA5

Color information

#BCFFA5 (or 0xBCFFA5) is unknown color: approx Madang. HEX triplet: BC, FF and A5. RGB value is (188,255,165). Sum of RGB (Red+Green+Blue) = 188+255+165=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA5 is #43005A. Grayscale: #E1E1E1. Windows color (decimal): -4391003 or 10878908. OLE color: 10878908.

HSL color Cylindrical-coordinate representation of color #BCFFA5: hue angle of 104.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCFFA5 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB188255165-
CMYK0.2600.350
HSL104.67º100%82.35%-
HSV(B)104.67º35.29%100%-
XYZ63.2984.9348.65-
YUV224.7194.3101.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 165 (64.84% from 255) = 27.14%
R=30.92%
G=41.94%
B=27.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551650.2600.350104.6710082.35
HexBCFFA51A0230696452
Octal274377245320430151144122
Binary1011110011111111101001011101001000110110100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcffa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcffa5; }

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

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

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

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

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

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

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

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