#B595BA

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

Shades of Lola #B595BA

Tints of Lola #B595BA

Color information

#B595BA (or 0xB595BA) is unknown color: approx Lola. HEX triplet: B5, 95 and BA. RGB value is (181,149,186). Sum of RGB (Red+Green+Blue) = 181+149+186=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B595BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595BA is #4A6A45. Grayscale: #A2A2A2. Windows color (decimal): -4876870 or 12228021. OLE color: 12228021.

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

Color convert

RGB181149186-
CMYK0.030.2000.27
HSL291.89º21.14%65.69%-
HSV(B)291.89º19.89%72.94%-
XYZ38.6734.8651.15-
YUV162.79141.1140.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=35.08%
G=28.88%
B=36.05%

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
Decimal1811491860.030.2000.27291.8921.1465.69
HexB595BA31401B1241542
Octal26522527232403344425102
Binary1011010110010101101110101110100011011100100100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595BA; }

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

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

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

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

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

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

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

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