#C5BDE0

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

Shades of Melrose #C5BDE0

Tints of Melrose #C5BDE0

Color information

#C5BDE0 (or 0xC5BDE0) is unknown color: approx Melrose. HEX triplet: C5, BD and E0. RGB value is (197,189,224). Sum of RGB (Red+Green+Blue) = 197+189+224=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDE0 is #3A421F. Grayscale: #C3C3C3. Windows color (decimal): -3818016 or 14728645. OLE color: 14728645.

HSL color Cylindrical-coordinate representation of color #C5BDE0: hue angle of 253.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5BDE0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197189224-
CMYK0.120.1600.12
HSL253.71º36.08%80.98%-
HSV(B)253.71º15.62%87.84%-
XYZ54.6853.6577.99-
YUV195.38144.15129.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.30%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 224 (87.89% from 255) = 36.72%
R=32.30%
G=30.98%
B=36.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971892240.120.1600.12253.7136.0880.98
HexC5BDE0C100Cfe2451
Octal305275340142001437644121
Binary11000101101111011110000011001000001100111111101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDE0; }

 p { color: rgb(197,189,224); }

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

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

 a { background-color: rgb(197,189,224); }

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

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

 span { border-color: rgb(197,189,224); }

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