#C4BCDF

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

Shades of Melrose #C4BCDF

Tints of Melrose #C4BCDF

Color information

#C4BCDF (or 0xC4BCDF) is unknown color: approx Melrose. HEX triplet: C4, BC and DF. RGB value is (196,188,223). Sum of RGB (Red+Green+Blue) = 196+188+223=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCDF is #3B4320. Grayscale: #C2C2C2. Windows color (decimal): -3883809 or 14662852. OLE color: 14662852.

HSL color Cylindrical-coordinate representation of color #C4BCDF: hue angle of 253.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BCDF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196188223-
CMYK0.120.1600.13
HSL253.71º35.35%80.59%-
HSV(B)253.71º15.7%87.45%-
XYZ54.0753.0377.2-
YUV194.38144.15129.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.29%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=32.29%
G=30.97%
B=36.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961882230.120.1600.13253.7135.3580.59
HexC4BCDFC100Dfe2351
Octal304274337142001537643121
Binary11000100101111001101111111001000001101111111101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCDF; }

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

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

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

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

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

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

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

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