#BCFBA6

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

Shades of Madang #BCFBA6

Tints of Madang #BCFBA6

Color information

#BCFBA6 (or 0xBCFBA6) is unknown color: approx Madang. HEX triplet: BC, FB and A6. RGB value is (188,251,166). Sum of RGB (Red+Green+Blue) = 188+251+166=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBA6 is #430459. Grayscale: #DEDEDE. Windows color (decimal): -4392026 or 10943420. OLE color: 10943420.

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

Color convert

RGB188251166-
CMYK0.2500.340.02
HSL104.47º91.4%81.76%-
HSV(B)104.47º33.86%98.43%-
XYZ62.1282.4448.71-
YUV222.4796.13103.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 166 (65.23% from 255) = 27.44%
R=31.07%
G=41.49%
B=27.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511660.2500.340.02104.4791.481.76
HexBCFBA6190222685b52
Octal274373246310422150133122
Binary10111100111110111010011011001010001010110100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBA6; }

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

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

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

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

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

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

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

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