#C5BED8

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

Shades of Melrose #C5BED8

Tints of Melrose #C5BED8

Color information

#C5BED8 (or 0xC5BED8) is unknown color: approx Melrose. HEX triplet: C5, BE and D8. RGB value is (197,190,216). Sum of RGB (Red+Green+Blue) = 197+190+216=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BED8 is #3A4127. Grayscale: #C2C2C2. Windows color (decimal): -3817768 or 14204613. OLE color: 14204613.

HSL color Cylindrical-coordinate representation of color #C5BED8: hue angle of 256.15º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BED8 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197190216-
CMYK0.090.1200.15
HSL256.15º25%79.61%-
HSV(B)256.15º12.04%84.71%-
XYZ53.8353.6672.48-
YUV195.06139.82129.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 216 (84.77% from 255) = 35.82%
R=32.67%
G=31.51%
B=35.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971902160.090.1200.15256.152579.61
HexC5BED89C0F1001950
Octal305276330111401740031120
Binary1100010110111110110110001001110001111100000000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BED8; }

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

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

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

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

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

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

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

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