#BCFD9F

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

Shades of Madang #BCFD9F

Tints of Madang #BCFD9F

Color information

#BCFD9F (or 0xBCFD9F) is unknown color: approx Madang. HEX triplet: BC, FD and 9F. RGB value is (188,253,159). Sum of RGB (Red+Green+Blue) = 188+253+159=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD9F is #430260. Grayscale: #DFDFDF. Windows color (decimal): -4391521 or 10485180. OLE color: 10485180.

HSL color Cylindrical-coordinate representation of color #BCFD9F: hue angle of 101.49º degrees, saturation: 0.96, 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 #BCFD9F is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB188253159-
CMYK0.2600.370.01
HSL101.49º95.92%80.78%-
HSV(B)101.49º37.15%99.22%-
XYZ62.1283.4545.63-
YUV222.8591.97103.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 159 (62.5% from 255) = 26.5%
R=31.33%
G=42.17%
B=26.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531590.2600.370.01101.4995.9280.78
HexBCFD9F1A0251656051
Octal274375237320451145140121
Binary1011110011111101100111111101001001011110010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD9F; }

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

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

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

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

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

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

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

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