#BCFA9F

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

Shades of Madang #BCFA9F

Tints of Madang #BCFA9F

Color information

#BCFA9F (or 0xBCFA9F) is unknown color: approx Madang. HEX triplet: BC, FA and 9F. RGB value is (188,250,159). Sum of RGB (Red+Green+Blue) = 188+250+159=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA9F is #430560. Grayscale: #DDDDDD. Windows color (decimal): -4392289 or 10484412. OLE color: 10484412.

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

Color convert

RGB188250159-
CMYK0.2500.360.02
HSL100.88º90.1%80.2%-
HSV(B)100.88º36.4%98.04%-
XYZ61.1881.5745.32-
YUV221.0992.96104.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 250 (98.05% from 255) = 41.88%
BLUE value IS 159 (62.5% from 255) = 26.63%
R=31.49%
G=41.88%
B=26.63%

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
Decimal1882501590.2500.360.02100.8890.180.2
HexBCFA9F190242655a50
Octal274372237310442145132120
Binary10111100111110101001111111001010010010110010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA9F; }

 p { color: rgb(188,250,159); }

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

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

 a { background-color: rgb(188,250,159); }

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

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

 span { border-color: rgb(188,250,159); }

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