#C4BADE

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

Shades of Melrose #C4BADE

Tints of Melrose #C4BADE

Color information

#C4BADE (or 0xC4BADE) is unknown color: approx Melrose. HEX triplet: C4, BA and DE. RGB value is (196,186,222). Sum of RGB (Red+Green+Blue) = 196+186+222=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADE is #3B4521. Grayscale: #C0C0C0. Windows color (decimal): -3884322 or 14596804. OLE color: 14596804.

HSL color Cylindrical-coordinate representation of color #C4BADE: hue angle of 256.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BADE is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196186222-
CMYK0.120.1600.13
HSL256.67º35.29%80%-
HSV(B)256.67º16.22%87.06%-
XYZ53.5152.1376.35-
YUV193.09144.31130.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.45%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=32.45%
G=30.79%
B=36.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961862220.120.1600.13256.6735.2980
HexC4BADEC100D1012350
Octal304272336142001540143120
Binary110001001011101011011110110010000011011000000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BADE; }

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

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

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

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

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

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

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

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