Html Css Color HEX #B1A7AB Lily

📋 copy color: '#B1A7AB'

red 177 ◦ green 167 ◦ blue 171

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

Shades of Lily #B1A7AB

Tints of Lily #B1A7AB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.43%

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

R = 34.37%
G = 32.43%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B1A7AB (or 0xB1A7AB) is known color: Lily. HEX triplet: B1, A7 and AB. RGB value is (177,167,171). Sum of RGB (Red+Green+Blue) = 177+167+171=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A7AB is #4E5854. Grayscale: #AAAAAA. Windows color (decimal): -5134421 or 11249585. OLE color: 11249585.

HSL color Cylindrical-coordinate representation of color #B1A7AB: hue angle of 336º 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 #B1A7AB is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 167 171 -
CMYK 0 0.06 0.03 0.31
HSL 336º 0.06% 0.67% -
HSV(B) 336º 0.06% 0.69% -
XYZ 39.3 39.92 44.16 -
YUV 170.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 177 167 171 0 0.06 0.03 0.31 336 0.06 0.67
Hex B1 A7 AB 0 6 3 1F 150 6 43
Octal 261 247 253 0 6 3 37 520 6 103
Binary 10110001 10100111 10101011 0 110 11 11111 101010000 110 1000011

Color Harmonies of #B1A7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A7AB

Black with #B1A7AB

Text Example


Text Example

White with #B1A7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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