#C6BAF1

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

Shades of Melrose #C6BAF1

Tints of Melrose #C6BAF1

Color information

#C6BAF1 (or 0xC6BAF1) is unknown color: approx Melrose. HEX triplet: C6, BA and F1. RGB value is (198,186,241). Sum of RGB (Red+Green+Blue) = 198+186+241=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAF1 is #39450E. Grayscale: #C3C3C3. Windows color (decimal): -3753231 or 15841990. OLE color: 15841990.

HSL color Cylindrical-coordinate representation of color #C6BAF1: hue angle of 253.09º degrees, saturation: 0.66, 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 #C6BAF1 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198186241-
CMYK0.180.2300.05
HSL253.09º66.27%83.73%-
HSV(B)253.09º22.82%94.51%-
XYZ56.7253.4790.55-
YUV195.86153.48129.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=31.68%
G=29.76%
B=38.56%

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
Decimal1981862410.180.2300.05253.0966.2783.73
HexC6BAF1121705fd4254
Octal306272361222705375102124
Binary110001101011101011110001100101011101011111110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAF1; }

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

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

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

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

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

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

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

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