#B594BA

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

Shades of Lola #B594BA

Tints of Lola #B594BA

Color information

#B594BA (or 0xB594BA) is unknown color: approx Lola. HEX triplet: B5, 94 and BA. RGB value is (181,148,186). Sum of RGB (Red+Green+Blue) = 181+148+186=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B594BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594BA is #4A6B45. Grayscale: #A2A2A2. Windows color (decimal): -4877126 or 12227765. OLE color: 12227765.

HSL color Cylindrical-coordinate representation of color #B594BA: hue angle of 292.11º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B594BA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181148186-
CMYK0.030.2000.27
HSL292.11º21.59%65.49%-
HSV(B)292.11º20.43%72.94%-
XYZ38.5134.5551.09-
YUV162.2141.43141.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=35.15%
G=28.74%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811481860.030.2000.27292.1121.5965.49
HexB594BA31401B1241641
Octal26522427232403344426101
Binary1011010110010100101110101110100011011100100100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594BA; }

 p { color: rgb(181,148,186); }

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

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

 a { background-color: rgb(181,148,186); }

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

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

 span { border-color: rgb(181,148,186); }

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