Html Css Color HEX #B1A4AB Lily

📋 copy color: '#B1A4AB'

red 177 ◦ green 164 ◦ blue 171

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

Shades of Lily #B1A4AB

Tints of Lily #B1A4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.03%

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 34.57%
G = 32.03%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B1A4AB (or 0xB1A4AB) is known color: Lily. HEX triplet: B1, A4 and AB. RGB value is (177,164,171). Sum of RGB (Red+Green+Blue) = 177+164+171=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A4AB is #4E5B54. Grayscale: #A8A8A8. Windows color (decimal): -5135189 or 11248817. OLE color: 11248817.

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

Color convert

RGB 177 164 171 -
CMYK 0 0.07 0.03 0.31
HSL 327.69º 0.08% 0.67% -
HSV(B) 327.69º 0.07% 0.69% -
XYZ 38.76 38.84 43.98 -
YUV 168.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 177 164 171 0 0.07 0.03 0.31 327.69 0.08 0.67
Hex B1 A4 AB 0 7 3 1F 148 8 43
Octal 261 244 253 0 7 3 37 510 10 103
Binary 10110001 10100100 10101011 0 111 11 11111 101001000 1000 1000011

Color Harmonies of #B1A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4AB

Black with #B1A4AB

Text Example


Text Example

White with #B1A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4AB; }

 p { color: rgb(177,164,171); }

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

background-color css

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

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

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

border-color css

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

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

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