#BCDAAC

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

Shades of Madang #BCDAAC

Tints of Madang #BCDAAC

Color information

#BCDAAC (or 0xBCDAAC) is unknown color: approx Madang. HEX triplet: BC, DA and AC. RGB value is (188,218,172). Sum of RGB (Red+Green+Blue) = 188+218+172=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAAC is #432553. Grayscale: #CBCBCB. Windows color (decimal): -4400468 or 11328188. OLE color: 11328188.

HSL color Cylindrical-coordinate representation of color #BCDAAC: hue angle of 99.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDAAC is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB188218172-
CMYK0.1400.210.15
HSL99.13º38.33%76.47%-
HSV(B)99.13º21.1%85.49%-
XYZ53.2663.8148.54-
YUV203.79110.06116.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=32.53%
G=37.72%
B=29.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181720.1400.210.1599.1338.3376.47
HexBCDAACE015F63264c
Octal274332254160251714346114
Binary1011110011011010101011001110010101111111000111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAAC; }

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

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

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

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

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

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

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

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