#C7BCD9

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

Shades of Melrose #C7BCD9

Tints of Melrose #C7BCD9

Color information

#C7BCD9 (or 0xC7BCD9) is unknown color: approx Melrose. HEX triplet: C7, BC and D9. RGB value is (199,188,217). Sum of RGB (Red+Green+Blue) = 199+188+217=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCD9 is #384326. Grayscale: #C2C2C2. Windows color (decimal): -3687207 or 14269639. OLE color: 14269639.

HSL color Cylindrical-coordinate representation of color #C7BCD9: hue angle of 262.76º 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 #C7BCD9 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199188217-
CMYK0.080.1300.15
HSL262.76º27.62%79.41%-
HSV(B)262.76º13.36%85.1%-
XYZ54.0653.1273.05-
YUV194.6140.64131.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=32.95%
G=31.13%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991882170.080.1300.15262.7627.6279.41
HexC7BCD98D0F1071c4f
Octal307274331101501740734117
Binary1100011110111100110110011000110101111100000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCD9; }

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

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

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

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

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

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

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

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