#C4BDEB

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

Shades of Melrose #C4BDEB

Tints of Melrose #C4BDEB

Color information

#C4BDEB (or 0xC4BDEB) is unknown color: approx Melrose. HEX triplet: C4, BD and EB. RGB value is (196,189,235). Sum of RGB (Red+Green+Blue) = 196+189+235=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDEB is #3B4214. Grayscale: #C4C4C4. Windows color (decimal): -3883541 or 15449540. OLE color: 15449540.

HSL color Cylindrical-coordinate representation of color #C4BDEB: hue angle of 249.13º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BDEB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196189235-
CMYK0.170.2000.08
HSL249.13º53.49%83.14%-
HSV(B)249.13º19.57%92.16%-
XYZ55.9654.1386.1-
YUV196.34149.82127.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.61%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=31.61%
G=30.48%
B=37.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961892350.170.2000.08249.1353.4983.14
HexC4BDEB111408f93553
Octal304275353212401037165123
Binary110001001011110111101011100011010001000111110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDEB; }

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

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

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

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

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

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

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

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