#B1ADB1

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

Shades of Lola #B1ADB1

Tints of Lola #B1ADB1

Color information

#B1ADB1 (or 0xB1ADB1) is unknown color: approx Lola. HEX triplet: B1, AD and B1. RGB value is (177,173,177). Sum of RGB (Red+Green+Blue) = 177+173+177=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B1ADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADB1 is #4E524E. Grayscale: #AEAEAE. Windows color (decimal): -5132879 or 11644337. OLE color: 11644337.

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

Color convert

RGB177173177-
CMYK00.0200.31
HSL300º2.5%68.63%-
HSV(B)300º2.26%69.41%-
XYZ41.0142.4147.62-
YUV174.65129.33129.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=33.59%
G=32.83%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717317700.0200.313002.568.63
HexB1ADB10201F12c245
Octal261255261020374542105
Binary101100011010110110110001010011111100101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADB1; }

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

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

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

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

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

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

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

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