Html Css Color HEX #B1A6AD Lily

📋 copy color: '#B1A6AD'

red 177 ◦ green 166 ◦ blue 173

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

Shades of Lily #B1A6AD

Tints of Lily #B1A6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.17%

 BLUE value IS 173 (67.97% from 255) = 33.53%

R = 34.3%
G = 32.17%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B1A6AD (or 0xB1A6AD) is known color: Lily. HEX triplet: B1, A6 and AD. RGB value is (177,166,173). Sum of RGB (Red+Green+Blue) = 177+166+173=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A6AD is #4E5952. Grayscale: #AAAAAA. Windows color (decimal): -5134675 or 11380401. OLE color: 11380401.

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

Color convert

RGB 177 166 173 -
CMYK 0 0.06 0.02 0.31
HSL 321.82º 0.07% 0.67% -
HSV(B) 321.82º 0.06% 0.69% -
XYZ 39.31 39.64 45.11 -
YUV 170.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 177 166 173 0 0.06 0.02 0.31 321.82 0.07 0.67
Hex B1 A6 AD 0 6 2 1F 142 7 43
Octal 261 246 255 0 6 2 37 502 7 103
Binary 10110001 10100110 10101101 0 110 10 11111 101000010 111 1000011

Color Harmonies of #B1A6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A6AD

Black with #B1A6AD

Text Example


Text Example

White with #B1A6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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