#B697BA

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

Shades of Lola #B697BA

Tints of Lola #B697BA

Color information

#B697BA (or 0xB697BA) is unknown color: approx Lola. HEX triplet: B6, 97 and BA. RGB value is (182,151,186). Sum of RGB (Red+Green+Blue) = 182+151+186=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B697BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697BA is #496845. Grayscale: #A4A4A4. Windows color (decimal): -4810822 or 12228534. OLE color: 12228534.

HSL color Cylindrical-coordinate representation of color #B697BA: hue angle of 293.14º degrees, saturation: 0.2, 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 #B697BA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182151186-
CMYK0.020.1900.27
HSL293.14º20.23%66.08%-
HSV(B)293.14º18.82%72.94%-
XYZ39.2235.6251.26-
YUV164.26140.27140.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=35.07%
G=29.09%
B=35.84%

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
Decimal1821511860.020.1900.27293.1420.2366.08
HexB697BA21301B1251442
Octal26622727222303344524102
Binary1011011010010111101110101010011011011100100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697BA; }

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

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

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

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

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

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

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

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