#B19FB3

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

Shades of Lola #B19FB3

Tints of Lola #B19FB3

Color information

#B19FB3 (or 0xB19FB3) is unknown color: approx Lola. HEX triplet: B1, 9F and B3. RGB value is (177,159,179). Sum of RGB (Red+Green+Blue) = 177+159+179=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 179 - color contains mainly: blue. Hex color #B19FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FB3 is #4E604C. Grayscale: #A6A6A6. Windows color (decimal): -5136461 or 11771825. OLE color: 11771825.

HSL color Cylindrical-coordinate representation of color #B19FB3: hue angle of 294º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19FB3 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177159179-
CMYK0.010.1100.30
HSL294º11.63%66.27%-
HSV(B)294º11.17%70.2%-
XYZ38.6737.447.83-
YUV166.66134.96135.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=34.37%
G=30.87%
B=34.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771591790.010.1100.3029411.6366.27
HexB19FB31B01E126c42
Octal26123726311303644614102
Binary1011000110011111101100111101101111010010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FB3; }

 p { color: rgb(177,159,179); }

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

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

 a { background-color: rgb(177,159,179); }

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

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

 span { border-color: rgb(177,159,179); }

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