#B596BA

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

Shades of Lola #B596BA

Tints of Lola #B596BA

Color information

#B596BA (or 0xB596BA) is unknown color: approx Lola. HEX triplet: B5, 96 and BA. RGB value is (181,150,186). Sum of RGB (Red+Green+Blue) = 181+150+186=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B596BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596BA is #4A6945. Grayscale: #A3A3A3. Windows color (decimal): -4876614 or 12228277. OLE color: 12228277.

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

Color convert

RGB181150186-
CMYK0.030.1900.27
HSL291.67º20.69%65.88%-
HSV(B)291.67º19.35%72.94%-
XYZ38.8335.1851.2-
YUV163.37140.77140.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=35.01%
G=29.01%
B=35.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811501860.030.1900.27291.6720.6965.88
HexB596BA31301B1241542
Octal26522627232303344425102
Binary1011010110010110101110101110011011011100100100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596BA; }

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

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

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

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

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

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

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

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