#C4BED7

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

Shades of Melrose #C4BED7

Tints of Melrose #C4BED7

Color information

#C4BED7 (or 0xC4BED7) is unknown color: approx Melrose. HEX triplet: C4, BE and D7. RGB value is (196,190,215). Sum of RGB (Red+Green+Blue) = 196+190+215=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BED7 is #3B4128. Grayscale: #C2C2C2. Windows color (decimal): -3883305 or 14139076. OLE color: 14139076.

HSL color Cylindrical-coordinate representation of color #C4BED7: hue angle of 254.4º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4BED7 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196190215-
CMYK0.090.1200.16
HSL254.4º23.81%79.41%-
HSV(B)254.4º11.63%84.31%-
XYZ53.4453.4771.79-
YUV194.64139.49128.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.61%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=32.61%
G=31.61%
B=35.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961902150.090.1200.16254.423.8179.41
HexC4BED79C010fe184f
Octal304276327111402037630117
Binary1100010010111110110101111001110001000011111110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BED7; }

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

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

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

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

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

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

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

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