#C4BADC

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

Shades of Melrose #C4BADC

Tints of Melrose #C4BADC

Color information

#C4BADC (or 0xC4BADC) is unknown color: approx Melrose. HEX triplet: C4, BA and DC. RGB value is (196,186,220). Sum of RGB (Red+Green+Blue) = 196+186+220=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADC is #3B4523. Grayscale: #C0C0C0. Windows color (decimal): -3884324 or 14465732. OLE color: 14465732.

HSL color Cylindrical-coordinate representation of color #C4BADC: hue angle of 257.65º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BADC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196186220-
CMYK0.110.1500.14
HSL257.65º32.69%79.61%-
HSV(B)257.65º15.45%86.27%-
XYZ53.2452.0274.95-
YUV192.87143.31130.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.56%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=32.56%
G=30.90%
B=36.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961862200.110.1500.14257.6532.6979.61
HexC4BADCBF0E1022150
Octal304272334131701640241120
Binary11000100101110101101110010111111011101000000101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BADC; }

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

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

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

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

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

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

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

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