#B59DB9

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

Shades of Lola #B59DB9

Tints of Lola #B59DB9

Color information

#B59DB9 (or 0xB59DB9) is unknown color: approx Lola. HEX triplet: B5, 9D and B9. RGB value is (181,157,185). Sum of RGB (Red+Green+Blue) = 181+157+185=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 185 - color contains mainly: blue. Hex color #B59DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB9 is #4A6246. Grayscale: #A7A7A7. Windows color (decimal): -4874823 or 12164533. OLE color: 12164533.

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

Color convert

RGB181157185-
CMYK0.020.1500.27
HSL291.43º16.67%67.06%-
HSV(B)291.43º15.14%72.55%-
XYZ39.8737.4451.02-
YUV167.37137.95137.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=34.61%
G=30.02%
B=35.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811571850.020.1500.27291.4316.6767.06
HexB59DB92F01B1231143
Octal26523527121703344321103
Binary101101011001110110111001101111011011100100011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DB9; }

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

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

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

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

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

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

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

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