#B696BA

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

Shades of Lola #B696BA

Tints of Lola #B696BA

Color information

#B696BA (or 0xB696BA) is unknown color: approx Lola. HEX triplet: B6, 96 and BA. RGB value is (182,150,186). Sum of RGB (Red+Green+Blue) = 182+150+186=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B696BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696BA is #496945. Grayscale: #A3A3A3. Windows color (decimal): -4811078 or 12228278. OLE color: 12228278.

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

Color convert

RGB182150186-
CMYK0.020.1900.27
HSL293.33º20.69%65.88%-
HSV(B)293.33º19.35%72.94%-
XYZ39.0635.351.21-
YUV163.67140.6141.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=35.14%
G=28.96%
B=35.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821501860.020.1900.27293.3320.6965.88
HexB696BA21301B1251542
Octal26622627222303344525102
Binary1011011010010110101110101010011011011100100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696BA; }

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

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

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

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

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

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

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

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