#C4BCDB

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

Shades of Melrose #C4BCDB

Tints of Melrose #C4BCDB

Color information

#C4BCDB (or 0xC4BCDB) is unknown color: approx Melrose. HEX triplet: C4, BC and DB. RGB value is (196,188,219). Sum of RGB (Red+Green+Blue) = 196+188+219=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCDB is #3B4324. Grayscale: #C1C1C1. Windows color (decimal): -3883813 or 14400708. OLE color: 14400708.

HSL color Cylindrical-coordinate representation of color #C4BCDB: hue angle of 255.48º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BCDB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196188219-
CMYK0.110.1400.14
HSL255.48º30.1%79.8%-
HSV(B)255.48º14.16%85.88%-
XYZ53.5352.8274.39-
YUV193.93142.15129.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.50%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=32.50%
G=31.18%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961882190.110.1400.14255.4830.179.8
HexC4BCDBBE0Eff1e50
Octal304274333131601637736120
Binary110001001011110011011011101111100111011111111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCDB; }

 p { color: rgb(196,188,219); }

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

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

 a { background-color: rgb(196,188,219); }

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

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

 span { border-color: rgb(196,188,219); }

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