#C5BED7

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

Shades of Melrose #C5BED7

Tints of Melrose #C5BED7

Color information

#C5BED7 (or 0xC5BED7) is unknown color: approx Melrose. HEX triplet: C5, BE and D7. RGB value is (197,190,215). Sum of RGB (Red+Green+Blue) = 197+190+215=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BED7 is #3A4128. Grayscale: #C2C2C2. Windows color (decimal): -3817769 or 14139077. OLE color: 14139077.

HSL color Cylindrical-coordinate representation of color #C5BED7: hue angle of 256.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BED7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197190215-
CMYK0.080.1200.16
HSL256.8º23.81%79.41%-
HSV(B)256.8º11.63%84.31%-
XYZ53.7153.671.81-
YUV194.94139.32129.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.72%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=32.72%
G=31.56%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971902150.080.1200.16256.823.8179.41
HexC5BED78C010101184f
Octal305276327101402040130117
Binary11000101101111101101011110001100010000100000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BED7; }

 p { color: rgb(197,190,215); }

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

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

 a { background-color: rgb(197,190,215); }

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

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

 span { border-color: rgb(197,190,215); }

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