#B1A9B1

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

Shades of Lola #B1A9B1

Tints of Lola #B1A9B1

Color information

#B1A9B1 (or 0xB1A9B1) is unknown color: approx Lola. HEX triplet: B1, A9 and B1. RGB value is (177,169,177). Sum of RGB (Red+Green+Blue) = 177+169+177=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B1A9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A9B1 is #4E564E. Grayscale: #ACACAC. Windows color (decimal): -5133903 or 11643313. OLE color: 11643313.

HSL color Cylindrical-coordinate representation of color #B1A9B1: hue angle of 300º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1A9B1 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB177169177-
CMYK00.0500.31
HSL300º4.88%67.84%-
HSV(B)300º4.52%69.41%-
XYZ40.2640.947.37-
YUV172.3130.65131.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=33.84%
G=32.31%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716917700.0500.313004.8867.84
HexB1A9B10501F12c544
Octal261251261050374545104
Binary10110001101010011011000101010111111001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9B1; }

 p { color: rgb(177,169,177); }

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

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

 a { background-color: rgb(177,169,177); }

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

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

 span { border-color: rgb(177,169,177); }

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