Html Css Color HEX #B5A6AB Lily

📋 copy color: '#B5A6AB'

red 181 ◦ green 166 ◦ blue 171

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

Shades of Lily #B5A6AB

Tints of Lily #B5A6AB

RGB

 RED value IS 181 (71.09% from 255) = 34.94%

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

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

R = 34.94%
G = 32.05%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B5A6AB (or 0xB5A6AB) is known color: Lily. HEX triplet: B5, A6 and AB. RGB value is (181,166,171). Sum of RGB (Red+Green+Blue) = 181+166+171=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A6AB is #4A5954. Grayscale: #ABABAB. Windows color (decimal): -4872533 or 11249333. OLE color: 11249333.

HSL color Cylindrical-coordinate representation of color #B5A6AB: hue angle of 340º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5A6AB is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 166 171 -
CMYK 0 0.08 0.06 0.29
HSL 340º 0.09% 0.68% -
HSV(B) 340º 0.08% 0.71% -
XYZ 40.04 40.04 44.15 -
YUV 171.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 181 166 171 0 0.08 0.06 0.29 340 0.09 0.68
Hex B5 A6 AB 0 8 6 1D 154 9 44
Octal 265 246 253 0 10 6 35 524 11 104
Binary 10110101 10100110 10101011 0 1000 110 11101 101010100 1001 1000100

Color Harmonies of #B5A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A6AB

Black with #B5A6AB

Text Example


Text Example

White with #B5A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A6AB; }

 p { color: rgb(181,166,171); }

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

background-color css

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

 a { background-color: rgb(181,166,171); }

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

border-color css

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

 span { border-color: rgb(181,166,171); }

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