#B9A1BF

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

Shades of Lola #B9A1BF

Tints of Lola #B9A1BF

Color information

#B9A1BF (or 0xB9A1BF) is unknown color: approx Lola. HEX triplet: B9, A1 and BF. RGB value is (185,161,191). Sum of RGB (Red+Green+Blue) = 185+161+191=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1BF is #465E40. Grayscale: #ABABAB. Windows color (decimal): -4611649 or 12558777. OLE color: 12558777.

HSL color Cylindrical-coordinate representation of color #B9A1BF: hue angle of 288º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9A1BF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185161191-
CMYK0.030.1600.25
HSL288º18.99%69.02%-
HSV(B)288º15.71%74.9%-
XYZ42.1639.5754.71-
YUV171.6138.95137.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 191 (75% from 255) = 35.57%
R=34.45%
G=29.98%
B=35.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851611910.030.1600.2528818.9969.02
HexB9A1BF3100191201345
Octal27124127732003144023105
Binary1011100110100001101111111110000011001100100000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A1BF; }

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

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

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

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

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

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

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

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