#C5BFEB

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

Shades of Melrose #C5BFEB

Tints of Melrose #C5BFEB

Color information

#C5BFEB (or 0xC5BFEB) is unknown color: approx Melrose. HEX triplet: C5, BF and EB. RGB value is (197,191,235). Sum of RGB (Red+Green+Blue) = 197+191+235=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFEB is #3A4014. Grayscale: #C5C5C5. Windows color (decimal): -3817493 or 15450053. OLE color: 15450053.

HSL color Cylindrical-coordinate representation of color #C5BFEB: hue angle of 248.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BFEB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197191235-
CMYK0.160.1900.08
HSL248.18º52.38%83.53%-
HSV(B)248.18º18.72%92.16%-
XYZ56.6555.1386.25-
YUV197.81148.99127.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.62%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=31.62%
G=30.66%
B=37.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971912350.160.1900.08248.1852.3883.53
HexC5BFEB101308f83454
Octal305277353202301037064124
Binary110001011011111111101011100001001101000111110001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFEB; }

 p { color: rgb(197,191,235); }

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

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

 a { background-color: rgb(197,191,235); }

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

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

 span { border-color: rgb(197,191,235); }

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