#BCDDAC

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

Shades of Madang #BCDDAC

Tints of Madang #BCDDAC

Color information

#BCDDAC (or 0xBCDDAC) is unknown color: approx Madang. HEX triplet: BC, DD and AC. RGB value is (188,221,172). Sum of RGB (Red+Green+Blue) = 188+221+172=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAC is #432253. Grayscale: #CDCDCD. Windows color (decimal): -4399700 or 11328956. OLE color: 11328956.

HSL color Cylindrical-coordinate representation of color #BCDDAC: hue angle of 100.41º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDDAC is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB188221172-
CMYK0.1500.220.13
HSL100.41º41.88%77.06%-
HSV(B)100.41º22.17%86.67%-
XYZ54.0465.3848.8-
YUV205.55109.07115.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=32.36%
G=38.04%
B=29.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211720.1500.220.13100.4141.8877.06
HexBCDDACF016D642a4d
Octal274335254170261514452115
Binary1011110011011101101011001111010110110111001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDAC; }

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

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

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

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

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

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

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

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