#B59BBB

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

Shades of Lola #B59BBB

Tints of Lola #B59BBB

Color information

#B59BBB (or 0xB59BBB) is unknown color: approx Lola. HEX triplet: B5, 9B and BB. RGB value is (181,155,187). Sum of RGB (Red+Green+Blue) = 181+155+187=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B59BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BBB is #4A6444. Grayscale: #A6A6A6. Windows color (decimal): -4875333 or 12295093. OLE color: 12295093.

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

Color convert

RGB181155187-
CMYK0.030.1700.27
HSL288.75º19.05%67.06%-
HSV(B)288.75º17.11%73.33%-
XYZ39.7536.8552.03-
YUV166.42139.61138.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=34.61%
G=29.64%
B=35.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811551870.030.1700.27288.7519.0567.06
HexB59BBB31101B1211343
Octal26523327332103344123103
Binary1011010110011011101110111110001011011100100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BBB; }

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

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

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

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

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

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

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

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