#BCF2B0

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

Shades of Madang #BCF2B0

Tints of Madang #BCF2B0

Color information

#BCF2B0 (or 0xBCF2B0) is unknown color: approx Madang. HEX triplet: BC, F2 and B0. RGB value is (188,242,176). Sum of RGB (Red+Green+Blue) = 188+242+176=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2B0 is #430D4F. Grayscale: #DADADA. Windows color (decimal): -4394320 or 11596476. OLE color: 11596476.

HSL color Cylindrical-coordinate representation of color #BCF2B0: hue angle of 109.09º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF2B0 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB188242176-
CMYK0.2200.270.05
HSL109.09º71.74%81.96%-
HSV(B)109.09º27.27%94.9%-
XYZ60.3377.3352.82-
YUV218.33104.11106.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 242 (94.92% from 255) = 39.93%
BLUE value IS 176 (69.14% from 255) = 29.04%
R=31.02%
G=39.93%
B=29.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421760.2200.270.05109.0971.7481.96
HexBCF2B01601B56d4852
Octal274362260260335155110122
Binary10111100111100101011000010110011011101110110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2B0; }

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

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

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

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

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

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

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

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