#C4BEDA

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

Shades of Melrose #C4BEDA

Tints of Melrose #C4BEDA

Color information

#C4BEDA (or 0xC4BEDA) is unknown color: approx Melrose. HEX triplet: C4, BE and DA. RGB value is (196,190,218). Sum of RGB (Red+Green+Blue) = 196+190+218=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDA is #3B4125. Grayscale: #C2C2C2. Windows color (decimal): -3883302 or 14335684. OLE color: 14335684.

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

Color convert

RGB196190218-
CMYK0.100.1300.15
HSL252.86º27.45%80%-
HSV(B)252.86º12.84%85.49%-
XYZ53.8353.6273.84-
YUV194.99140.99128.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.45%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=32.45%
G=31.46%
B=36.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961902180.100.1300.15252.8627.4580
HexC4BEDAAD0Ffd1b50
Octal304276332121501737533120
Binary110001001011111011011010101011010111111111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEDA; }

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

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

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

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

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

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

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

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