#BCDDAA

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

Shades of Madang #BCDDAA

Tints of Madang #BCDDAA

Color information

#BCDDAA (or 0xBCDDAA) is unknown color: approx Madang. HEX triplet: BC, DD and AA. RGB value is (188,221,170). Sum of RGB (Red+Green+Blue) = 188+221+170=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAA is #432255. Grayscale: #CDCDCD. Windows color (decimal): -4399702 or 11197884. OLE color: 11197884.

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

Color convert

RGB188221170-
CMYK0.1500.230.13
HSL98.82º42.86%76.67%-
HSV(B)98.82º23.08%86.67%-
XYZ53.8565.3147.8-
YUV205.32108.07115.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=32.47%
G=38.17%
B=29.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211700.1500.230.1398.8242.8676.67
HexBCDDAAF017D632b4d
Octal274335252170271514353115
Binary1011110011011101101010101111010111110111000111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDAA; }

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

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

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

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

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

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

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

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