#C6BAE4

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

Shades of Melrose #C6BAE4

Tints of Melrose #C6BAE4

Color information

#C6BAE4 (or 0xC6BAE4) is unknown color: approx Melrose. HEX triplet: C6, BA and E4. RGB value is (198,186,228). Sum of RGB (Red+Green+Blue) = 198+186+228=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BAE4 is #39451B. Grayscale: #C2C2C2. Windows color (decimal): -3753244 or 14990022. OLE color: 14990022.

HSL color Cylindrical-coordinate representation of color #C6BAE4: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6BAE4 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB198186228-
CMYK0.130.1800.11
HSL257.14º43.75%81.18%-
HSV(B)257.14º18.42%89.41%-
XYZ54.8552.7380.68-
YUV194.38146.98130.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.35%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=32.35%
G=30.39%
B=37.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1981862280.130.1800.11257.1443.7581.18
HexC6BAE4D120B1012c51
Octal306272344152201340154121
Binary110001101011101011100100110110010010111000000011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAE4; }

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

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

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

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

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

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

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

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