#C6BAF2

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

Shades of Melrose #C6BAF2

Tints of Melrose #C6BAF2

Color information

#C6BAF2 (or 0xC6BAF2) is unknown color: approx Melrose. HEX triplet: C6, BA and F2. RGB value is (198,186,242). Sum of RGB (Red+Green+Blue) = 198+186+242=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAF2 is #39450D. Grayscale: #C3C3C3. Windows color (decimal): -3753230 or 15907526. OLE color: 15907526.

HSL color Cylindrical-coordinate representation of color #C6BAF2: hue angle of 252.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BAF2 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198186242-
CMYK0.180.2300.05
HSL252.86º68.29%83.92%-
HSV(B)252.86º23.14%94.9%-
XYZ56.8753.5391.34-
YUV195.97153.98129.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.63%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 242 (94.92% from 255) = 38.66%
R=31.63%
G=29.71%
B=38.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981862420.180.2300.05252.8668.2983.92
HexC6BAF2121705fd4454
Octal306272362222705375104124
Binary110001101011101011110010100101011101011111110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAF2; }

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

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

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

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

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

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

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

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