#BCFC9F

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

Shades of Madang #BCFC9F

Tints of Madang #BCFC9F

Color information

#BCFC9F (or 0xBCFC9F) is unknown color: approx Madang. HEX triplet: BC, FC and 9F. RGB value is (188,252,159). Sum of RGB (Red+Green+Blue) = 188+252+159=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC9F is #430360. Grayscale: #DEDEDE. Windows color (decimal): -4391777 or 10484924. OLE color: 10484924.

HSL color Cylindrical-coordinate representation of color #BCFC9F: hue angle of 101.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCFC9F is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB188252159-
CMYK0.2500.370.01
HSL101.29º93.94%80.59%-
HSV(B)101.29º36.9%98.82%-
XYZ61.8182.8245.53-
YUV222.2692.3103.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 252 (98.83% from 255) = 42.07%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=31.39%
G=42.07%
B=26.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882521590.2500.370.01101.2993.9480.59
HexBCFC9F190251655e51
Octal274374237310451145136121
Binary1011110011111100100111111100101001011110010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFC9F; }

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

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

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

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

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

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

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

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