#C6BAEF

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

Shades of Melrose #C6BAEF

Tints of Melrose #C6BAEF

Color information

#C6BAEF (or 0xC6BAEF) is unknown color: approx Melrose. HEX triplet: C6, BA and EF. RGB value is (198,186,239). Sum of RGB (Red+Green+Blue) = 198+186+239=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAEF is #394510. Grayscale: #C3C3C3. Windows color (decimal): -3753233 or 15710918. OLE color: 15710918.

HSL color Cylindrical-coordinate representation of color #C6BAEF: hue angle of 253.58º 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 #C6BAEF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198186239-
CMYK0.170.2200.06
HSL253.58º62.35%83.33%-
HSV(B)253.58º22.18%93.73%-
XYZ56.4353.3688.99-
YUV195.63152.48129.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.78%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=31.78%
G=29.86%
B=38.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981862390.170.2200.06253.5862.3583.33
HexC6BAEF111606fe3e53
Octal30627235721260637676123
Binary11000110101110101110111110001101100110111111101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAEF; }

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

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

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

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

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

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

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

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