#C6BAE6

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

Shades of Melrose #C6BAE6

Tints of Melrose #C6BAE6

Color information

#C6BAE6 (or 0xC6BAE6) is unknown color: approx Melrose. HEX triplet: C6, BA and E6. RGB value is (198,186,230). Sum of RGB (Red+Green+Blue) = 198+186+230=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAE6 is #394519. Grayscale: #C2C2C2. Windows color (decimal): -3753242 or 15121094. OLE color: 15121094.

HSL color Cylindrical-coordinate representation of color #C6BAE6: hue angle of 256.36º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BAE6 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB198186230-
CMYK0.140.1900.10
HSL256.36º46.81%81.57%-
HSV(B)256.36º19.13%90.2%-
XYZ55.1352.8482.16-
YUV194.6147.98130.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=32.25%
G=30.29%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981862300.140.1900.10256.3646.8181.57
HexC6BAE6E130A1002f52
Octal306272346162301240057122
Binary110001101011101011100110111010011010101000000001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAE6; }

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

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

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

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

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

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

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

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