#C5BAC6

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

Shades of Lola #C5BAC6

Tints of Lola #C5BAC6

Color information

#C5BAC6 (or 0xC5BAC6) is unknown color: approx Lola. HEX triplet: C5, BA and C6. RGB value is (197,186,198). Sum of RGB (Red+Green+Blue) = 197+186+198=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAC6 is #3A4539. Grayscale: #BEBEBE. Windows color (decimal): -3818810 or 13023941. OLE color: 13023941.

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

Color convert

RGB197186198-
CMYK0.010.0600.22
HSL295º9.52%75.29%-
HSV(B)295º6.06%77.65%-
XYZ50.7851.0760.61-
YUV190.66132.14132.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.91%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 198 (77.73% from 255) = 34.08%
R=33.91%
G=32.01%
B=34.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971861980.010.0600.222959.5275.29
HexC5BAC616016127a4b
Octal3052723061602644712113
Binary110001011011101011000110111001011010010011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAC6; }

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

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

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

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

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

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

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

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