#C5BAEF

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

Shades of Melrose #C5BAEF

Tints of Melrose #C5BAEF

Color information

#C5BAEF (or 0xC5BAEF) is unknown color: approx Melrose. HEX triplet: C5, BA and EF. RGB value is (197,186,239). Sum of RGB (Red+Green+Blue) = 197+186+239=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAEF is #3A4510. Grayscale: #C3C3C3. Windows color (decimal): -3818769 or 15710917. OLE color: 15710917.

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

Color convert

RGB197186239-
CMYK0.180.2200.06
HSL252.45º62.35%83.33%-
HSV(B)252.45º22.18%93.73%-
XYZ56.1653.2288.97-
YUV195.33152.64129.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=31.67%
G=29.90%
B=38.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1971862390.180.2200.06252.4562.3583.33
HexC5BAEF121606fc3e53
Octal30527235722260637476123
Binary11000101101110101110111110010101100110111111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAEF; }

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

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

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

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

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

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

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

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