#C5BEF0

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

Shades of Melrose #C5BEF0

Tints of Melrose #C5BEF0

Color information

#C5BEF0 (or 0xC5BEF0) is unknown color: approx Melrose. HEX triplet: C5, BE and F0. RGB value is (197,190,240). Sum of RGB (Red+Green+Blue) = 197+190+240=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #C5BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEF0 is #3A410F. Grayscale: #C5C5C5. Windows color (decimal): -3817744 or 15777477. OLE color: 15777477.

HSL color Cylindrical-coordinate representation of color #C5BEF0: hue angle of 248.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BEF0 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197190240-
CMYK0.180.2100.06
HSL248.4º62.5%84.31%-
HSV(B)248.4º20.83%94.12%-
XYZ57.1754.9990.04-
YUV197.79151.82127.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.42%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=31.42%
G=30.30%
B=38.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1971902400.180.2100.06248.462.584.31
HexC5BEF0121506f83e54
Octal30527636022250637076124
Binary11000101101111101111000010010101010110111110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEF0; }

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

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

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

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

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

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

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

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