#B19EB4

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

Shades of Lola #B19EB4

Tints of Lola #B19EB4

Color information

#B19EB4 (or 0xB19EB4) is unknown color: approx Lola. HEX triplet: B1, 9E and B4. RGB value is (177,158,180). Sum of RGB (Red+Green+Blue) = 177+158+180=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #B19EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EB4 is #4E614B. Grayscale: #A6A6A6. Windows color (decimal): -5136716 or 11837105. OLE color: 11837105.

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

Color convert

RGB177158180-
CMYK0.020.1200.29
HSL291.82º12.79%66.27%-
HSV(B)291.82º12.22%70.59%-
XYZ38.637.148.31-
YUV166.19135.79135.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=34.37%
G=30.68%
B=34.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771581800.020.1200.29291.8212.7966.27
HexB19EB42C01D124d42
Octal26123626421403544415102
Binary10110001100111101011010010110001110110010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EB4; }

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

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

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

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

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

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

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

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