#B39AB6

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

Shades of Lola #B39AB6

Tints of Lola #B39AB6

Color information

#B39AB6 (or 0xB39AB6) is unknown color: approx Lola. HEX triplet: B3, 9A and B6. RGB value is (179,154,182). Sum of RGB (Red+Green+Blue) = 179+154+182=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 182 - color contains mainly: blue. Hex color #B39AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AB6 is #4C6549. Grayscale: #A4A4A4. Windows color (decimal): -5006666 or 11967155. OLE color: 11967155.

HSL color Cylindrical-coordinate representation of color #B39AB6: hue angle of 293.57º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B39AB6 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179154182-
CMYK0.020.1500.29
HSL293.57º16.09%65.88%-
HSV(B)293.57º15.38%71.37%-
XYZ38.5936.0749.18-
YUV164.67137.78138.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=34.76%
G=29.90%
B=35.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791541820.020.1500.29293.5716.0965.88
HexB39AB62F01D1261042
Octal26323226621703544620102
Binary101100111001101010110110101111011101100100110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AB6; }

 p { color: rgb(179,154,182); }

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

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

 a { background-color: rgb(179,154,182); }

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

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

 span { border-color: rgb(179,154,182); }

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