#C6BAED

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

Shades of Melrose #C6BAED

Tints of Melrose #C6BAED

Color information

#C6BAED (or 0xC6BAED) is unknown color: approx Melrose. HEX triplet: C6, BA and ED. RGB value is (198,186,237). Sum of RGB (Red+Green+Blue) = 198+186+237=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAED is #394512. Grayscale: #C3C3C3. Windows color (decimal): -3753235 or 15579846. OLE color: 15579846.

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

Color convert

RGB198186237-
CMYK0.160.2200.07
HSL254.12º58.62%82.94%-
HSV(B)254.12º21.52%92.94%-
XYZ56.1353.2487.44-
YUV195.4151.48129.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.88%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=31.88%
G=29.95%
B=38.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981862370.160.2200.07254.1258.6282.94
HexC6BAED101607fe3b53
Octal30627235520260737673123
Binary11000110101110101110110110000101100111111111101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAED; }

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

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

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

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

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

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

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

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