#B497BA

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

Shades of Lola #B497BA

Tints of Lola #B497BA

Color information

#B497BA (or 0xB497BA) is unknown color: approx Lola. HEX triplet: B4, 97 and BA. RGB value is (180,151,186). Sum of RGB (Red+Green+Blue) = 180+151+186=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 151 (59.38% from 255 or 29.21% 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 #B497BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497BA is #4B6845. Grayscale: #A3A3A3. Windows color (decimal): -4941894 or 12228532. OLE color: 12228532.

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

Color convert

RGB180151186-
CMYK0.030.1900.27
HSL289.71º20.23%66.08%-
HSV(B)289.71º18.82%72.94%-
XYZ38.7535.3851.24-
YUV163.66140.61139.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=34.82%
G=29.21%
B=35.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801511860.030.1900.27289.7120.2366.08
HexB497BA31301B1221442
Octal26422727232303344224102
Binary1011010010010111101110101110011011011100100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497BA; }

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

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

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

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

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

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

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

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