#C4BCDA

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

Shades of Melrose #C4BCDA

Tints of Melrose #C4BCDA

Color information

#C4BCDA (or 0xC4BCDA) is unknown color: approx Melrose. HEX triplet: C4, BC and DA. RGB value is (196,188,218). Sum of RGB (Red+Green+Blue) = 196+188+218=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCDA is #3B4325. Grayscale: #C1C1C1. Windows color (decimal): -3883814 or 14335172. OLE color: 14335172.

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

Color convert

RGB196188218-
CMYK0.100.1400.15
HSL256º28.85%79.61%-
HSV(B)256º13.76%85.49%-
XYZ53.452.7673.7-
YUV193.81141.65129.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.56%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=32.56%
G=31.23%
B=36.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961882180.100.1400.1525628.8579.61
HexC4BCDAAE0F1001d50
Octal304274332121601740035120
Binary1100010010111100110110101010111001111100000000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCDA; }

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

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

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

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

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

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

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

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