#BCFBA2

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

Shades of Madang #BCFBA2

Tints of Madang #BCFBA2

Color information

#BCFBA2 (or 0xBCFBA2) is unknown color: approx Madang. HEX triplet: BC, FB and A2. RGB value is (188,251,162). Sum of RGB (Red+Green+Blue) = 188+251+162=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBA2 is #43045D. Grayscale: #DEDEDE. Windows color (decimal): -4392030 or 10681276. OLE color: 10681276.

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

Color convert

RGB188251162-
CMYK0.2500.350.02
HSL102.47º91.75%80.98%-
HSV(B)102.47º35.46%98.43%-
XYZ61.7682.2946.81-
YUV222.0294.13103.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=31.28%
G=41.76%
B=26.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511620.2500.350.02102.4791.7580.98
HexBCFBA2190232665c51
Octal274373242310432146134121
Binary10111100111110111010001011001010001110110011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBA2; }

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

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

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

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

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

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

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

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