Html Css Color HEX #B1A2AC Lily

📋 copy color: '#B1A2AC'

red 177 ◦ green 162 ◦ blue 172

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

Shades of Lily #B1A2AC

Tints of Lily #B1A2AC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

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

R = 34.64%
G = 31.7%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B1A2AC (or 0xB1A2AC) is known color: Lily. HEX triplet: B1, A2 and AC. RGB value is (177,162,172). Sum of RGB (Red+Green+Blue) = 177+162+172=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A2AC is #4E5D53. Grayscale: #A7A7A7. Windows color (decimal): -5135700 or 11313841. OLE color: 11313841.

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

Color convert

RGB 177 162 172 -
CMYK 0 0.08 0.03 0.31
HSL 320º 0.09% 0.66% -
HSV(B) 320º 0.08% 0.69% -
XYZ 38.5 38.17 44.37 -
YUV 167.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 177 162 172 0 0.08 0.03 0.31 320 0.09 0.66
Hex B1 A2 AC 0 8 3 1F 140 9 42
Octal 261 242 254 0 10 3 37 500 11 102
Binary 10110001 10100010 10101100 0 1000 11 11111 101000000 1001 1000010

Color Harmonies of #B1A2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A2AC

Black with #B1A2AC

Text Example


Text Example

White with #B1A2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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