Html Css Color HEX #B1A1AC Lily

📋 copy color: '#B1A1AC'

red 177 ◦ green 161 ◦ blue 172

#B1A1AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #B1A1AC

Tints of Lily #B1A1AC

RGB

 RED value IS 177 (69.53% from 255) = 34.71%

 GREEN value IS 161 (63.28% from 255) = 31.57%

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 34.71%
G = 31.57%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B1A1AC (or 0xB1A1AC) is known color: Lily. HEX triplet: B1, A1 and AC. RGB value is (177,161,172). Sum of RGB (Red+Green+Blue) = 177+161+172=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A1AC is #4E5E53. Grayscale: #A7A7A7. Windows color (decimal): -5135956 or 11313585. OLE color: 11313585.

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

Color convert

RGB 177 161 172 -
CMYK 0 0.09 0.03 0.31
HSL 318.75º 0.09% 0.66% -
HSV(B) 318.75º 0.09% 0.69% -
XYZ 38.32 37.82 44.31 -
YUV 167.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 177 161 172 0 0.09 0.03 0.31 318.75 0.09 0.66
Hex B1 A1 AC 0 9 3 1F 13F 9 42
Octal 261 241 254 0 11 3 37 477 11 102
Binary 10110001 10100001 10101100 0 1001 11 11111 100111111 1001 1000010

Color Harmonies of #B1A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A1AC

Black with #B1A1AC

Text Example


Text Example

White with #B1A1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A1AC; }

 p { color: rgb(177,161,172); }

 H1.HeaderClassName
 {
   color: #B1A1AC;
 }
 .AnyTagClassName
 {
   color: #B1A1AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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