#C4BEEF

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

Shades of Melrose #C4BEEF

Tints of Melrose #C4BEEF

Color information

#C4BEEF (or 0xC4BEEF) is unknown color: approx Melrose. HEX triplet: C4, BE and EF. RGB value is (196,190,239). Sum of RGB (Red+Green+Blue) = 196+190+239=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEEF is #3B4110. Grayscale: #C5C5C5. Windows color (decimal): -3883281 or 15711940. OLE color: 15711940.

HSL color Cylindrical-coordinate representation of color #C4BEEF: hue angle of 247.35º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BEEF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196190239-
CMYK0.180.2100.06
HSL247.35º60.49%84.12%-
HSV(B)247.35º20.5%93.73%-
XYZ56.7654.7989.25-
YUV197.38151.49127.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=31.36%
G=30.4%
B=38.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961902390.180.2100.06247.3560.4984.12
HexC4BEEF121506f73c54
Octal30427635722250636774124
Binary11000100101111101110111110010101010110111101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEEF; }

 p { color: rgb(196,190,239); }

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

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

 a { background-color: rgb(196,190,239); }

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

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

 span { border-color: rgb(196,190,239); }

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