#C5BEE1

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

Shades of Melrose #C5BEE1

Tints of Melrose #C5BEE1

Color information

#C5BEE1 (or 0xC5BEE1) is unknown color: approx Melrose. HEX triplet: C5, BE and E1. RGB value is (197,190,225). Sum of RGB (Red+Green+Blue) = 197+190+225=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEE1 is #3A411E. Grayscale: #C3C3C3. Windows color (decimal): -3817759 or 14794437. OLE color: 14794437.

HSL color Cylindrical-coordinate representation of color #C5BEE1: hue angle of 252º degrees, saturation: 0.37, 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 #C5BEE1 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197190225-
CMYK0.120.1600.12
HSL252º36.84%81.37%-
HSV(B)252º15.56%88.24%-
XYZ55.0354.1378.78-
YUV196.08144.32128.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.19%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 225 (88.28% from 255) = 36.76%
R=32.19%
G=31.05%
B=36.76%

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
Decimal1971902250.120.1600.1225236.8481.37
HexC5BEE1C100Cfc2551
Octal305276341142001437445121
Binary11000101101111101110000111001000001100111111001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEE1; }

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

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

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

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

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

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

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

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