#B5A1B9

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

Shades of Lola #B5A1B9

Tints of Lola #B5A1B9

Color information

#B5A1B9 (or 0xB5A1B9) is unknown color: approx Lola. HEX triplet: B5, A1 and B9. RGB value is (181,161,185). Sum of RGB (Red+Green+Blue) = 181+161+185=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 185 - color contains mainly: blue. Hex color #B5A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A1B9 is #4A5E46. Grayscale: #A9A9A9. Windows color (decimal): -4873799 or 12165557. OLE color: 12165557.

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

Color convert

RGB181161185-
CMYK0.020.1300.27
HSL290º14.63%67.84%-
HSV(B)290º12.97%72.55%-
XYZ40.5638.8251.25-
YUV169.72136.63136.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 185 (72.66% from 255) = 35.10%
R=34.35%
G=30.55%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811611850.020.1300.2729014.6367.84
HexB5A1B92D01B122f44
Octal26524127121503344217104
Binary10110101101000011011100110110101101110010001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A1B9; }

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

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

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

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

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

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

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

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