#B59FB8

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

Shades of Lola #B59FB8

Tints of Lola #B59FB8

Color information

#B59FB8 (or 0xB59FB8) is unknown color: approx Lola. HEX triplet: B5, 9F and B8. RGB value is (181,159,184). Sum of RGB (Red+Green+Blue) = 181+159+184=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 184 - color contains mainly: blue. Hex color #B59FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FB8 is #4A6047. Grayscale: #A8A8A8. Windows color (decimal): -4874312 or 12099509. OLE color: 12099509.

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

Color convert

RGB181159184-
CMYK0.020.1400.28
HSL292.8º14.97%67.25%-
HSV(B)292.8º13.59%72.16%-
XYZ40.1138.0850.58-
YUV168.43136.79136.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=34.54%
G=30.34%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811591840.020.1400.28292.814.9767.25
HexB59FB82E01C125f43
Octal26523727021603444517103
Binary10110101100111111011100010111001110010010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FB8; }

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

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

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

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

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

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

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

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