#BCF4AC

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

Shades of Madang #BCF4AC

Tints of Madang #BCF4AC

Color information

#BCF4AC (or 0xBCF4AC) is unknown color: approx Madang. HEX triplet: BC, F4 and AC. RGB value is (188,244,172). Sum of RGB (Red+Green+Blue) = 188+244+172=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF4AC is #430B53. Grayscale: #DBDBDB. Windows color (decimal): -4393812 or 11334844. OLE color: 11334844.

HSL color Cylindrical-coordinate representation of color #BCF4AC: hue angle of 106.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCF4AC is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB188244172-
CMYK0.2300.300.04
HSL106.67º76.6%81.57%-
HSV(B)106.67º29.51%95.69%-
XYZ60.5478.3750.97-
YUV219.05101.45105.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 244 (95.70% from 255) = 40.40%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=31.13%
G=40.40%
B=28.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882441720.2300.300.04106.6776.681.57
HexBCF4AC1701E46b4d52
Octal274364254270364153115122
Binary10111100111101001010110010111011110100110101110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4AC; }

 p { color: rgb(188,244,172); }

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

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

 a { background-color: rgb(188,244,172); }

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

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

 span { border-color: rgb(188,244,172); }

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