#C5BCD9

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

Shades of Melrose #C5BCD9

Tints of Melrose #C5BCD9

Color information

#C5BCD9 (or 0xC5BCD9) is unknown color: approx Melrose. HEX triplet: C5, BC and D9. RGB value is (197,188,217). Sum of RGB (Red+Green+Blue) = 197+188+217=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCD9 is #3A4326. Grayscale: #C1C1C1. Windows color (decimal): -3818279 or 14269637. OLE color: 14269637.

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

Color convert

RGB197188217-
CMYK0.090.1300.15
HSL258.62º27.62%79.41%-
HSV(B)258.62º13.36%85.1%-
XYZ53.5352.8573.02-
YUV194140.98130.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.72%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=32.72%
G=31.23%
B=36.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971882170.090.1300.15258.6227.6279.41
HexC5BCD99D0F1031c4f
Octal305274331111501740334117
Binary1100010110111100110110011001110101111100000011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCD9; }

 p { color: rgb(197,188,217); }

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

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

 a { background-color: rgb(197,188,217); }

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

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

 span { border-color: rgb(197,188,217); }

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