#B59CB8

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

Shades of Lola #B59CB8

Tints of Lola #B59CB8

Color information

#B59CB8 (or 0xB59CB8) is unknown color: approx Lola. HEX triplet: B5, 9C and B8. RGB value is (181,156,184). Sum of RGB (Red+Green+Blue) = 181+156+184=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 184 - color contains mainly: blue. Hex color #B59CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CB8 is #4A6347. Grayscale: #A6A6A6. Windows color (decimal): -4875080 or 12098741. OLE color: 12098741.

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

Color convert

RGB181156184-
CMYK0.020.1500.28
HSL293.57º16.47%66.67%-
HSV(B)293.57º15.22%72.16%-
XYZ39.637.0650.41-
YUV166.67137.78138.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=34.74%
G=29.94%
B=35.32%

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
Decimal1811561840.020.1500.28293.5716.4766.67
HexB59CB82F01C1261043
Octal26523427021703444620103
Binary101101011001110010111000101111011100100100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CB8; }

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

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

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

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

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

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

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

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