#C5BEE0

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

Shades of Melrose #C5BEE0

Tints of Melrose #C5BEE0

Color information

#C5BEE0 (or 0xC5BEE0) is unknown color: approx Melrose. HEX triplet: C5, BE and E0. RGB value is (197,190,224). Sum of RGB (Red+Green+Blue) = 197+190+224=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEE0 is #3A411F. Grayscale: #C3C3C3. Windows color (decimal): -3817760 or 14728901. OLE color: 14728901.

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

Color convert

RGB197190224-
CMYK0.120.1500.12
HSL252.35º35.42%81.18%-
HSV(B)252.35º15.18%87.84%-
XYZ54.8954.0878.07-
YUV195.97143.82128.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 224 (87.89% from 255) = 36.66%
R=32.24%
G=31.10%
B=36.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971902240.120.1500.12252.3535.4281.18
HexC5BEE0CF0Cfc2351
Octal305276340141701437443121
Binary1100010110111110111000001100111101100111111001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEE0; }

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

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

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

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

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

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

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

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