#C5BABD

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

Shades of Melanie #C5BABD

Tints of Melanie #C5BABD

Color information

#C5BABD (or 0xC5BABD) is unknown color: approx Melanie. HEX triplet: C5, BA and BD. RGB value is (197,186,189). Sum of RGB (Red+Green+Blue) = 197+186+189=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BABD is #3A4542. Grayscale: #BDBDBD. Windows color (decimal): -3818819 or 12434117. OLE color: 12434117.

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

Color convert

RGB197186189-
CMYK00.060.040.23
HSL343.64º8.66%75.1%-
HSV(B)343.64º5.58%77.25%-
XYZ49.7750.6655.3-
YUV189.63127.64133.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=34.44%
G=32.52%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718618900.060.040.23343.648.6675.1
HexC5BABD0641715894b
Octal3052722750642753011113
Binary11000101101110101011110101101001011110101100010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BABD; }

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

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

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

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

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

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

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

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