#B695BA

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

Shades of Lola #B695BA

Tints of Lola #B695BA

Color information

#B695BA (or 0xB695BA) is unknown color: approx Lola. HEX triplet: B6, 95 and BA. RGB value is (182,149,186). Sum of RGB (Red+Green+Blue) = 182+149+186=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B695BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695BA is #496A45. Grayscale: #A2A2A2. Windows color (decimal): -4811334 or 12228022. OLE color: 12228022.

HSL color Cylindrical-coordinate representation of color #B695BA: hue angle of 293.51º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B695BA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182149186-
CMYK0.020.2000.27
HSL293.51º21.14%65.69%-
HSV(B)293.51º19.89%72.94%-
XYZ38.934.9951.16-
YUV163.08140.93141.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=35.20%
G=28.82%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821491860.020.2000.27293.5121.1465.69
HexB695BA21401B1261542
Octal26622527222403344625102
Binary1011011010010101101110101010100011011100100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695BA; }

 p { color: rgb(182,149,186); }

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

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

 a { background-color: rgb(182,149,186); }

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

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

 span { border-color: rgb(182,149,186); }

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