#C4BDED

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

Shades of Melrose #C4BDED

Tints of Melrose #C4BDED

Color information

#C4BDED (or 0xC4BDED) is unknown color: approx Melrose. HEX triplet: C4, BD and ED. RGB value is (196,189,237). Sum of RGB (Red+Green+Blue) = 196+189+237=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDED is #3B4212. Grayscale: #C4C4C4. Windows color (decimal): -3883539 or 15580612. OLE color: 15580612.

HSL color Cylindrical-coordinate representation of color #C4BDED: hue angle of 248.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BDED is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196189237-
CMYK0.170.2000.07
HSL248.75º57.14%83.53%-
HSV(B)248.75º20.25%92.94%-
XYZ56.2554.2587.63-
YUV196.56150.82127.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=31.51%
G=30.39%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961892370.170.2000.07248.7557.1483.53
HexC4BDED111407f93954
Octal30427535521240737171124
Binary11000100101111011110110110001101000111111110011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDED; }

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

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

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

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

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

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

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

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