#B497B7

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

Shades of Lola #B497B7

Tints of Lola #B497B7

Color information

#B497B7 (or 0xB497B7) is unknown color: approx Lola. HEX triplet: B4, 97 and B7. RGB value is (180,151,183). Sum of RGB (Red+Green+Blue) = 180+151+183=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #B497B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497B7 is #4B6848. Grayscale: #A3A3A3. Windows color (decimal): -4941897 or 12031924. OLE color: 12031924.

HSL color Cylindrical-coordinate representation of color #B497B7: hue angle of 294.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B497B7 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180151183-
CMYK0.020.1700.28
HSL294.38º18.18%65.49%-
HSV(B)294.38º17.49%71.76%-
XYZ38.4435.2649.58-
YUV163.32139.11139.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=35.02%
G=29.38%
B=35.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801511830.020.1700.28294.3818.1865.49
HexB497B721101C1261241
Octal26422726722103444622101
Binary1011010010010111101101111010001011100100100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497B7; }

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

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

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

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

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

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

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

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