#C5BAEC

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

Shades of Melrose #C5BAEC

Tints of Melrose #C5BAEC

Color information

#C5BAEC (or 0xC5BAEC) is unknown color: approx Melrose. HEX triplet: C5, BA and EC. RGB value is (197,186,236). Sum of RGB (Red+Green+Blue) = 197+186+236=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAEC is #3A4513. Grayscale: #C2C2C2. Windows color (decimal): -3818772 or 15514309. OLE color: 15514309.

HSL color Cylindrical-coordinate representation of color #C5BAEC: hue angle of 253.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BAEC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197186236-
CMYK0.170.2100.07
HSL253.2º56.82%82.75%-
HSV(B)253.2º21.19%92.55%-
XYZ55.7353.0486.66-
YUV194.99151.14129.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=31.83%
G=30.05%
B=38.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971862360.170.2100.07253.256.8282.75
HexC5BAEC111507fd3953
Octal30527235421250737571123
Binary11000101101110101110110010001101010111111111011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAEC; }

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

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

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

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

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

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

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

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