#B59DB8

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

Shades of Lola #B59DB8

Tints of Lola #B59DB8

Color information

#B59DB8 (or 0xB59DB8) is unknown color: approx Lola. HEX triplet: B5, 9D and B8. RGB value is (181,157,184). Sum of RGB (Red+Green+Blue) = 181+157+184=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 184 - color contains mainly: blue. Hex color #B59DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB8 is #4A6247. Grayscale: #A7A7A7. Windows color (decimal): -4874824 or 12098997. OLE color: 12098997.

HSL color Cylindrical-coordinate representation of color #B59DB8: hue angle of 293.33º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59DB8 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181157184-
CMYK0.020.1500.28
HSL293.33º15.98%66.86%-
HSV(B)293.33º14.67%72.16%-
XYZ39.7637.450.47-
YUV167.25137.45137.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 184 (72.27% from 255) = 35.25%
R=34.67%
G=30.08%
B=35.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811571840.020.1500.28293.3315.9866.86
HexB59DB82F01C1251043
Octal26523527021703444520103
Binary101101011001110110111000101111011100100100101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DB8; }

 p { color: rgb(181,157,184); }

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

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

 a { background-color: rgb(181,157,184); }

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

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

 span { border-color: rgb(181,157,184); }

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