#C6BAEC

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

Shades of Melrose #C6BAEC

Tints of Melrose #C6BAEC

Color information

#C6BAEC (or 0xC6BAEC) is unknown color: approx Melrose. HEX triplet: C6, BA and EC. RGB value is (198,186,236). Sum of RGB (Red+Green+Blue) = 198+186+236=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAEC is #394513. Grayscale: #C3C3C3. Windows color (decimal): -3753236 or 15514310. OLE color: 15514310.

HSL color Cylindrical-coordinate representation of color #C6BAEC: hue angle of 254.4º 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 #C6BAEC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198186236-
CMYK0.160.2100.07
HSL254.4º56.82%82.75%-
HSV(B)254.4º21.19%92.55%-
XYZ55.9953.1886.67-
YUV195.29150.98129.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.94%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=31.94%
G=30%
B=38.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981862360.160.2100.07254.456.8282.75
HexC6BAEC101507fe3953
Octal30627235420250737671123
Binary11000110101110101110110010000101010111111111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAEC; }

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

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

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

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

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

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

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

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