#BCFBA1

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

Shades of Madang #BCFBA1

Tints of Madang #BCFBA1

Color information

#BCFBA1 (or 0xBCFBA1) is unknown color: approx Madang. HEX triplet: BC, FB and A1. RGB value is (188,251,161). Sum of RGB (Red+Green+Blue) = 188+251+161=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBA1 is #43045E. Grayscale: #DEDEDE. Windows color (decimal): -4392031 or 10615740. OLE color: 10615740.

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

Color convert

RGB188251161-
CMYK0.2500.360.02
HSL102º91.84%80.78%-
HSV(B)102º35.86%98.43%-
XYZ61.6782.2646.35-
YUV221.993.63103.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=31.33%
G=41.83%
B=26.83%

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
Decimal1882511610.2500.360.0210291.8480.78
HexBCFBA1190242665c51
Octal274373241310442146134121
Binary10111100111110111010000111001010010010110011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBA1; }

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

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

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

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

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

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

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

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