#B1A7B1

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

Shades of Lola #B1A7B1

Tints of Lola #B1A7B1

Color information

#B1A7B1 (or 0xB1A7B1) is unknown color: approx Lola. HEX triplet: B1, A7 and B1. RGB value is (177,167,177). Sum of RGB (Red+Green+Blue) = 177+167+177=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B1A7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A7B1 is #4E584E. Grayscale: #ABABAB. Windows color (decimal): -5134415 or 11642801. OLE color: 11642801.

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

Color convert

RGB177167177-
CMYK00.0600.31
HSL300º6.02%67.45%-
HSV(B)300º5.65%69.41%-
XYZ39.8940.1647.24-
YUV171.13131.31132.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=33.97%
G=32.05%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716717700.0600.313006.0267.45
HexB1A7B10601F12c643
Octal261247261060374546103
Binary10110001101001111011000101100111111001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A7B1; }

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

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

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

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

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

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

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

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