#B496B9

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

Shades of Lola #B496B9

Tints of Lola #B496B9

Color information

#B496B9 (or 0xB496B9) is unknown color: approx Lola. HEX triplet: B4, 96 and B9. RGB value is (180,150,185). Sum of RGB (Red+Green+Blue) = 180+150+185=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #B496B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496B9 is #4B6946. Grayscale: #A2A2A2. Windows color (decimal): -4942151 or 12162740. OLE color: 12162740.

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

Color convert

RGB180150185-
CMYK0.030.1900.27
HSL291.43º20%65.69%-
HSV(B)291.43º18.92%72.55%-
XYZ38.4935.0250.63-
YUV162.96140.44140.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=34.95%
G=29.13%
B=35.92%

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
Decimal1801501850.030.1900.27291.432065.69
HexB496B931301B1231442
Octal26422627132303344324102
Binary1011010010010110101110011110011011011100100011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496B9; }

 p { color: rgb(180,150,185); }

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

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

 a { background-color: rgb(180,150,185); }

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

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

 span { border-color: rgb(180,150,185); }

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