#C4BAED

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

Shades of Melrose #C4BAED

Tints of Melrose #C4BAED

Color information

#C4BAED (or 0xC4BAED) is unknown color: approx Melrose. HEX triplet: C4, BA and ED. RGB value is (196,186,237). Sum of RGB (Red+Green+Blue) = 196+186+237=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAED is #3B4512. Grayscale: #C2C2C2. Windows color (decimal): -3884307 or 15579844. OLE color: 15579844.

HSL color Cylindrical-coordinate representation of color #C4BAED: hue angle of 251.76º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4BAED is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196186237-
CMYK0.170.2200.07
HSL251.76º58.62%82.94%-
HSV(B)251.76º21.52%92.94%-
XYZ55.6152.9787.41-
YUV194.8151.81128.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.66%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=31.66%
G=30.05%
B=38.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961862370.170.2200.07251.7658.6282.94
HexC4BAED111607fc3b53
Octal30427235521260737473123
Binary11000100101110101110110110001101100111111111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAED; }

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

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

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

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

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

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

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

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