#B496B8

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

Shades of Lola #B496B8

Tints of Lola #B496B8

Color information

#B496B8 (or 0xB496B8) is unknown color: approx Lola. HEX triplet: B4, 96 and B8. RGB value is (180,150,184). Sum of RGB (Red+Green+Blue) = 180+150+184=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 184 - color contains mainly: blue. Hex color #B496B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496B8 is #4B6947. Grayscale: #A2A2A2. Windows color (decimal): -4942152 or 12097204. OLE color: 12097204.

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

Color convert

RGB180150184-
CMYK0.020.1800.28
HSL292.94º19.32%65.49%-
HSV(B)292.94º18.48%72.16%-
XYZ38.3834.9850.08-
YUV162.85139.94140.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 184 (72.27% from 255) = 35.80%
R=35.02%
G=29.18%
B=35.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801501840.020.1800.28292.9419.3265.49
HexB496B821201C1251341
Octal26422627022203444523101
Binary1011010010010110101110001010010011100100100101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496B8; }

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

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

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

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

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

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

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

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