#C4BEDB

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

Shades of Melrose #C4BEDB

Tints of Melrose #C4BEDB

Color information

#C4BEDB (or 0xC4BEDB) is unknown color: approx Melrose. HEX triplet: C4, BE and DB. RGB value is (196,190,219). Sum of RGB (Red+Green+Blue) = 196+190+219=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDB is #3B4124. Grayscale: #C2C2C2. Windows color (decimal): -3883301 or 14401220. OLE color: 14401220.

HSL color Cylindrical-coordinate representation of color #C4BEDB: hue angle of 252.41º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BEDB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196190219-
CMYK0.110.1300.14
HSL252.41º28.71%80.2%-
HSV(B)252.41º13.24%85.88%-
XYZ53.9653.6874.53-
YUV195.1141.49128.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.40%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=32.40%
G=31.40%
B=36.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961902190.110.1300.14252.4128.7180.2
HexC4BEDBBD0Efc1d50
Octal304276333131501637435120
Binary110001001011111011011011101111010111011111100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEDB; }

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

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

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

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

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

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

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

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