#C4BCDE

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

Shades of Melrose #C4BCDE

Tints of Melrose #C4BCDE

Color information

#C4BCDE (or 0xC4BCDE) is unknown color: approx Melrose. HEX triplet: C4, BC and DE. RGB value is (196,188,222). Sum of RGB (Red+Green+Blue) = 196+188+222=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCDE is #3B4321. Grayscale: #C2C2C2. Windows color (decimal): -3883810 or 14597316. OLE color: 14597316.

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

Color convert

RGB196188222-
CMYK0.120.1500.13
HSL254.12º34%80.39%-
HSV(B)254.12º15.32%87.06%-
XYZ53.9352.9876.49-
YUV194.27143.65129.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.34%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=32.34%
G=31.02%
B=36.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961882220.120.1500.13254.123480.39
HexC4BCDECF0Dfe2250
Octal304274336141701537642120
Binary1100010010111100110111101100111101101111111101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCDE; }

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

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

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

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

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

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

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

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