#B9A1BD

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

Shades of Lola #B9A1BD

Tints of Lola #B9A1BD

Color information

#B9A1BD (or 0xB9A1BD) is unknown color: approx Lola. HEX triplet: B9, A1 and BD. RGB value is (185,161,189). Sum of RGB (Red+Green+Blue) = 185+161+189=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1BD is #465E42. Grayscale: #ABABAB. Windows color (decimal): -4611651 or 12427705. OLE color: 12427705.

HSL color Cylindrical-coordinate representation of color #B9A1BD: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9A1BD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185161189-
CMYK0.020.1500.26
HSL291.43º17.5%68.63%-
HSV(B)291.43º14.81%74.12%-
XYZ41.9439.4853.55-
YUV171.37137.95137.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=34.58%
G=30.09%
B=35.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851611890.020.1500.26291.4317.568.63
HexB9A1BD2F01A1231145
Octal27124127521703244321105
Binary101110011010000110111101101111011010100100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A1BD; }

 p { color: rgb(185,161,189); }

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

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

 a { background-color: rgb(185,161,189); }

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

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

 span { border-color: rgb(185,161,189); }

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