#C4BCEA

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

Shades of Melrose #C4BCEA

Tints of Melrose #C4BCEA

Color information

#C4BCEA (or 0xC4BCEA) is unknown color: approx Melrose. HEX triplet: C4, BC and EA. RGB value is (196,188,234). Sum of RGB (Red+Green+Blue) = 196+188+234=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCEA is #3B4315. Grayscale: #C3C3C3. Windows color (decimal): -3883798 or 15383748. OLE color: 15383748.

HSL color Cylindrical-coordinate representation of color #C4BCEA: hue angle of 250.43º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BCEA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196188234-
CMYK0.160.2000.08
HSL250.43º52.27%82.75%-
HSV(B)250.43º19.66%91.76%-
XYZ55.653.6485.27-
YUV195.64149.65128.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=31.72%
G=30.42%
B=37.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961882340.160.2000.08250.4352.2782.75
HexC4BCEA101408fa3453
Octal304274352202401037264123
Binary110001001011110011101010100001010001000111110101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCEA; }

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

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

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

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

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

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

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

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