Html Css Color HEX #B1A5AB Lily

📋 copy color: '#B1A5AB'

red 177 ◦ green 165 ◦ blue 171

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

Shades of Lily #B1A5AB

Tints of Lily #B1A5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

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

R = 34.5%
G = 32.16%
B = 33.33%

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

#B1A5AB (or 0xB1A5AB) is known color: Lily. HEX triplet: B1, A5 and AB. RGB value is (177,165,171). Sum of RGB (Red+Green+Blue) = 177+165+171=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A5AB is #4E5A54. Grayscale: #A9A9A9. Windows color (decimal): -5134933 or 11249073. OLE color: 11249073.

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

Color convert

RGB 177 165 171 -
CMYK 0 0.07 0.03 0.31
HSL 330º 0.07% 0.67% -
HSV(B) 330º 0.07% 0.69% -
XYZ 38.94 39.2 44.04 -
YUV 169.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 177 165 171 0 0.07 0.03 0.31 330 0.07 0.67
Hex B1 A5 AB 0 7 3 1F 14A 7 43
Octal 261 245 253 0 7 3 37 512 7 103
Binary 10110001 10100101 10101011 0 111 11 11111 101001010 111 1000011

Color Harmonies of #B1A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A5AB

Black with #B1A5AB

Text Example


Text Example

White with #B1A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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