#C4BDEA

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

Shades of Melrose #C4BDEA

Tints of Melrose #C4BDEA

Color information

#C4BDEA (or 0xC4BDEA) is unknown color: approx Melrose. HEX triplet: C4, BD and EA. RGB value is (196,189,234). Sum of RGB (Red+Green+Blue) = 196+189+234=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDEA is #3B4215. Grayscale: #C4C4C4. Windows color (decimal): -3883542 or 15384004. OLE color: 15384004.

HSL color Cylindrical-coordinate representation of color #C4BDEA: hue angle of 249.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BDEA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196189234-
CMYK0.160.1900.08
HSL249.33º51.72%82.94%-
HSV(B)249.33º19.23%91.76%-
XYZ55.8154.0785.34-
YUV196.22149.32127.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.66%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=31.66%
G=30.53%
B=37.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961892340.160.1900.08249.3351.7282.94
HexC4BDEA101308f93453
Octal304275352202301037164123
Binary110001001011110111101010100001001101000111110011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDEA; }

 p { color: rgb(196,189,234); }

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

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

 a { background-color: rgb(196,189,234); }

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

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

 span { border-color: rgb(196,189,234); }

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