#B59EBA

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

Shades of Lola #B59EBA

Tints of Lola #B59EBA

Color information

#B59EBA (or 0xB59EBA) is unknown color: approx Lola. HEX triplet: B5, 9E and BA. RGB value is (181,158,186). Sum of RGB (Red+Green+Blue) = 181+158+186=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B59EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EBA is #4A6145. Grayscale: #A7A7A7. Windows color (decimal): -4874566 or 12230325. OLE color: 12230325.

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

Color convert

RGB181158186-
CMYK0.030.1500.27
HSL289.29º16.87%67.45%-
HSV(B)289.29º15.05%72.94%-
XYZ40.1537.8251.64-
YUV168.07138.12137.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=34.48%
G=30.10%
B=35.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811581860.030.1500.27289.2916.8767.45
HexB59EBA3F01B1211143
Octal26523627231703344121103
Binary101101011001111010111010111111011011100100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EBA; }

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

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

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

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

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

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

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

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