#C6BCD9

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

Shades of Melrose #C6BCD9

Tints of Melrose #C6BCD9

Color information

#C6BCD9 (or 0xC6BCD9) is unknown color: approx Melrose. HEX triplet: C6, BC and D9. RGB value is (198,188,217). Sum of RGB (Red+Green+Blue) = 198+188+217=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCD9 is #394326. Grayscale: #C2C2C2. Windows color (decimal): -3752743 or 14269638. OLE color: 14269638.

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

Color convert

RGB198188217-
CMYK0.090.1300.15
HSL260.69º27.62%79.41%-
HSV(B)260.69º13.36%85.1%-
XYZ53.852.9873.04-
YUV194.3140.81130.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.84%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=32.84%
G=31.18%
B=35.99%

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
Decimal1981882170.090.1300.15260.6927.6279.41
HexC6BCD99D0F1051c4f
Octal306274331111501740534117
Binary1100011010111100110110011001110101111100000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCD9; }

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

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

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

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

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

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

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

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