#BCFBA0

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

Shades of Madang #BCFBA0

Tints of Madang #BCFBA0

Color information

#BCFBA0 (or 0xBCFBA0) is unknown color: approx Madang. HEX triplet: BC, FB and A0. RGB value is (188,251,160). Sum of RGB (Red+Green+Blue) = 188+251+160=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBA0 is #43045F. Grayscale: #DEDEDE. Windows color (decimal): -4392032 or 10550204. OLE color: 10550204.

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

Color convert

RGB188251160-
CMYK0.2500.360.02
HSL101.54º91.92%80.59%-
HSV(B)101.54º36.25%98.43%-
XYZ61.5882.2245.88-
YUV221.7993.13103.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 160 (62.89% from 255) = 26.71%
R=31.39%
G=41.90%
B=26.71%

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
Decimal1882511600.2500.360.02101.5491.9280.59
HexBCFBA0190242665c51
Octal274373240310442146134121
Binary10111100111110111010000011001010010010110011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBA0; }

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

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

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

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

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

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

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

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