#C6BAC7

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

Shades of Lola #C6BAC7

Tints of Lola #C6BAC7

Color information

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

HSL color Cylindrical-coordinate representation of color #C6BAC7: hue angle of 295.38º 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 #C6BAC7 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB198186199-
CMYK0.010.0700.22
HSL295.38º10.4%75.49%-
HSV(B)295.38º6.53%78.04%-
XYZ51.1651.2561.23-
YUV191.07132.48132.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981861990.010.0700.22295.3810.475.49
HexC6BAC717016127a4b
Octal3062723071702644712113
Binary110001101011101011000111111101011010010011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAC7; }

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

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

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

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

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

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

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

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