#B597BA

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

Shades of Lola #B597BA

Tints of Lola #B597BA

Color information

#B597BA (or 0xB597BA) is unknown color: approx Lola. HEX triplet: B5, 97 and BA. RGB value is (181,151,186). Sum of RGB (Red+Green+Blue) = 181+151+186=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B597BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597BA is #4A6845. Grayscale: #A3A3A3. Windows color (decimal): -4876358 or 12228533. OLE color: 12228533.

HSL color Cylindrical-coordinate representation of color #B597BA: hue angle of 291.43º degrees, saturation: 0.2, 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 #B597BA is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181151186-
CMYK0.030.1900.27
HSL291.43º20.23%66.08%-
HSV(B)291.43º18.82%72.94%-
XYZ38.9935.551.25-
YUV163.96140.44140.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=34.94%
G=29.15%
B=35.91%

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
Decimal1811511860.030.1900.27291.4320.2366.08
HexB597BA31301B1231442
Octal26522727232303344324102
Binary1011010110010111101110101110011011011100100011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B597BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B597BA; }

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

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

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

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

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

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

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

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