#B19AB4

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

Shades of Lola #B19AB4

Tints of Lola #B19AB4

Color information

#B19AB4 (or 0xB19AB4) is unknown color: approx Lola. HEX triplet: B1, 9A and B4. RGB value is (177,154,180). Sum of RGB (Red+Green+Blue) = 177+154+180=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #B19AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AB4 is #4E654B. Grayscale: #A3A3A3. Windows color (decimal): -5137740 or 11836081. OLE color: 11836081.

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

Color convert

RGB177154180-
CMYK0.020.1400.29
HSL293.08º14.77%65.49%-
HSV(B)293.08º14.44%70.59%-
XYZ37.9335.7548.08-
YUV163.84137.12137.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=34.64%
G=30.14%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771541800.020.1400.29293.0814.7765.49
HexB19AB42E01D125f41
Octal26123226421603544517101
Binary10110001100110101011010010111001110110010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AB4; }

 p { color: rgb(177,154,180); }

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

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

 a { background-color: rgb(177,154,180); }

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

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

 span { border-color: rgb(177,154,180); }

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