#C4BCD4

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

Shades of Melrose #C4BCD4

Tints of Melrose #C4BCD4

Color information

#C4BCD4 (or 0xC4BCD4) is unknown color: approx Melrose. HEX triplet: C4, BC and D4. RGB value is (196,188,212). Sum of RGB (Red+Green+Blue) = 196+188+212=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #C4BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCD4 is #3B432B. Grayscale: #C1C1C1. Windows color (decimal): -3883820 or 13941956. OLE color: 13941956.

HSL color Cylindrical-coordinate representation of color #C4BCD4: hue angle of 260º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BCD4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196188212-
CMYK0.080.1100.17
HSL260º21.82%78.43%-
HSV(B)260º11.32%83.14%-
XYZ52.6352.4669.64-
YUV193.13138.65130.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.89%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=32.89%
G=31.54%
B=35.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961882120.080.1100.1726021.8278.43
HexC4BCD48B011104164e
Octal304274324101302140426116
Binary11000100101111001101010010001011010001100000100101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCD4; }

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

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

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

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

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

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

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

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