#BCFDB0

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

Shades of Madang #BCFDB0

Tints of Madang #BCFDB0

Color information

#BCFDB0 (or 0xBCFDB0) is unknown color: approx Madang. HEX triplet: BC, FD and B0. RGB value is (188,253,176). Sum of RGB (Red+Green+Blue) = 188+253+176=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFDB0 is #43024F. Grayscale: #E1E1E1. Windows color (decimal): -4391504 or 11599292. OLE color: 11599292.

HSL color Cylindrical-coordinate representation of color #BCFDB0: hue angle of 110.65º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCFDB0 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB188253176-
CMYK0.2600.300.01
HSL110.65º95.06%84.12%-
HSV(B)110.65º30.43%99.22%-
XYZ63.784.0853.95-
YUV224.79100.47101.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=30.47%
G=41.00%
B=28.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531760.2600.300.01110.6595.0684.12
HexBCFDB01A01E16f5f54
Octal274375260320361157137124
Binary101111001111110110110000110100111101110111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDB0; }

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

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

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

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

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

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

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

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