#C5BAE9

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

Shades of Melrose #C5BAE9

Tints of Melrose #C5BAE9

Color information

#C5BAE9 (or 0xC5BAE9) is unknown color: approx Melrose. HEX triplet: C5, BA and E9. RGB value is (197,186,233). Sum of RGB (Red+Green+Blue) = 197+186+233=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAE9 is #3A4516. Grayscale: #C2C2C2. Windows color (decimal): -3818775 or 15317701. OLE color: 15317701.

HSL color Cylindrical-coordinate representation of color #C5BAE9: hue angle of 254.04º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BAE9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197186233-
CMYK0.150.2000.09
HSL254.04º51.65%82.16%-
HSV(B)254.04º20.17%91.37%-
XYZ55.2952.8784.38-
YUV194.65149.64129.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=31.98%
G=30.19%
B=37.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1971862330.150.2000.09254.0451.6582.16
HexC5BAE9F1409fe3452
Octal305272351172401137664122
Binary11000101101110101110100111111010001001111111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAE9; }

 p { color: rgb(197,186,233); }

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

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

 a { background-color: rgb(197,186,233); }

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

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

 span { border-color: rgb(197,186,233); }

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