#C5BAED

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

Shades of Melrose #C5BAED

Tints of Melrose #C5BAED

Color information

#C5BAED (or 0xC5BAED) is unknown color: approx Melrose. HEX triplet: C5, BA and ED. RGB value is (197,186,237). Sum of RGB (Red+Green+Blue) = 197+186+237=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAED is #3A4512. Grayscale: #C2C2C2. Windows color (decimal): -3818771 or 15579845. OLE color: 15579845.

HSL color Cylindrical-coordinate representation of color #C5BAED: hue angle of 252.94º 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 #C5BAED is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197186237-
CMYK0.170.2200.07
HSL252.94º58.62%82.94%-
HSV(B)252.94º21.52%92.94%-
XYZ55.8753.187.43-
YUV195.1151.64129.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=31.77%
G=30%
B=38.23%

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
Decimal1971862370.170.2200.07252.9458.6282.94
HexC5BAED111607fd3b53
Octal30527235521260737573123
Binary11000101101110101110110110001101100111111111011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAED; }

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

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

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

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

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

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

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

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