#B59BB9

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

Shades of Lola #B59BB9

Tints of Lola #B59BB9

Color information

#B59BB9 (or 0xB59BB9) is unknown color: approx Lola. HEX triplet: B5, 9B and B9. RGB value is (181,155,185). Sum of RGB (Red+Green+Blue) = 181+155+185=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #B59BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BB9 is #4A6446. Grayscale: #A6A6A6. Windows color (decimal): -4875335 or 12164021. OLE color: 12164021.

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

Color convert

RGB181155185-
CMYK0.020.1600.27
HSL292º17.65%66.67%-
HSV(B)292º16.22%72.55%-
XYZ39.5336.7750.91-
YUV166.19138.61138.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=34.74%
G=29.75%
B=35.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811551850.020.1600.2729217.6566.67
HexB59BB921001B1241243
Octal26523327122003344422103
Binary1011010110011011101110011010000011011100100100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BB9; }

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

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

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

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

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

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

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

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