#C4BABD

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

Shades of Melanie #C4BABD

Tints of Melanie #C4BABD

Color information

#C4BABD (or 0xC4BABD) is unknown color: approx Melanie. HEX triplet: C4, BA and BD. RGB value is (196,186,189). Sum of RGB (Red+Green+Blue) = 196+186+189=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BABD is #3B4542. Grayscale: #BDBDBD. Windows color (decimal): -3884355 or 12434116. OLE color: 12434116.

HSL color Cylindrical-coordinate representation of color #C4BABD: hue angle of 342º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BABD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196186189-
CMYK00.050.040.23
HSL342º7.81%74.9%-
HSV(B)342º5.1%76.86%-
XYZ49.5150.5355.29-
YUV189.33127.81132.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=34.33%
G=32.57%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618618900.050.040.233427.8174.9
HexC4BABD0541715684b
Octal3042722750542752610113
Binary11000100101110101011110101011001011110101011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BABD; }

 p { color: rgb(196,186,189); }

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

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

 a { background-color: rgb(196,186,189); }

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

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

 span { border-color: rgb(196,186,189); }

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