#C4BEDF

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

Shades of Melrose #C4BEDF

Tints of Melrose #C4BEDF

Color information

#C4BEDF (or 0xC4BEDF) is unknown color: approx Melrose. HEX triplet: C4, BE and DF. RGB value is (196,190,223). Sum of RGB (Red+Green+Blue) = 196+190+223=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDF is #3B4120. Grayscale: #C3C3C3. Windows color (decimal): -3883297 or 14663364. OLE color: 14663364.

HSL color Cylindrical-coordinate representation of color #C4BEDF: hue angle of 250.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BEDF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196190223-
CMYK0.120.1500.13
HSL250.91º34.02%80.98%-
HSV(B)250.91º14.8%87.45%-
XYZ54.553.8977.34-
YUV195.56143.49128.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.18%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=32.18%
G=31.20%
B=36.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961902230.120.1500.13250.9134.0280.98
HexC4BEDFCF0Dfb2251
Octal304276337141701537342121
Binary1100010010111110110111111100111101101111110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEDF; }

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

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

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

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

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

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

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

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