#C4BDEC

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

Shades of Melrose #C4BDEC

Tints of Melrose #C4BDEC

Color information

#C4BDEC (or 0xC4BDEC) is unknown color: approx Melrose. HEX triplet: C4, BD and EC. RGB value is (196,189,236). Sum of RGB (Red+Green+Blue) = 196+189+236=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDEC is #3B4213. Grayscale: #C4C4C4. Windows color (decimal): -3883540 or 15515076. OLE color: 15515076.

HSL color Cylindrical-coordinate representation of color #C4BDEC: hue angle of 248.94º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BDEC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196189236-
CMYK0.170.2000.07
HSL248.94º55.29%83.33%-
HSV(B)248.94º19.92%92.55%-
XYZ56.154.1986.86-
YUV196.45150.32127.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=31.56%
G=30.43%
B=38.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961892360.170.2000.07248.9455.2983.33
HexC4BDEC111407f93753
Octal30427535421240737167123
Binary11000100101111011110110010001101000111111110011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDEC; }

 p { color: rgb(196,189,236); }

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

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

 a { background-color: rgb(196,189,236); }

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

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

 span { border-color: rgb(196,189,236); }

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