#C7BAC6

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

Shades of Lilac #C7BAC6

Tints of Lilac #C7BAC6

Color information

#C7BAC6 (or 0xC7BAC6) is unknown color: approx Lilac. HEX triplet: C7, BA and C6. RGB value is (199,186,198). Sum of RGB (Red+Green+Blue) = 199+186+198=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAC6 is #384539. Grayscale: #BFBFBF. Windows color (decimal): -3687738 or 13023943. OLE color: 13023943.

HSL color Cylindrical-coordinate representation of color #C7BAC6: hue angle of 304.62º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BAC6 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB199186198-
CMYK00.070.010.22
HSL304.62º10.4%75.49%-
HSV(B)304.62º6.53%78.04%-
XYZ51.3151.3460.63-
YUV191.26131.81133.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.13%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=34.13%
G=31.90%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918619800.070.010.22304.6210.475.49
HexC7BAC607116131a4b
Octal3072723060712646112113
Binary110001111011101011000110011111011010011000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAC6; }

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

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

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

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

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

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

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

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