Html Css Color HEX #B6A6AB Lily

📋 copy color: '#B6A6AB'

red 182 ◦ green 166 ◦ blue 171

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

Shades of Lily #B6A6AB

Tints of Lily #B6A6AB

RGB

 RED value IS 182 (71.48% from 255) = 35.07%

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

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

R = 35.07%
G = 31.98%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B6A6AB (or 0xB6A6AB) is known color: Lily. HEX triplet: B6, A6 and AB. RGB value is (182,166,171). Sum of RGB (Red+Green+Blue) = 182+166+171=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A6AB is #495954. Grayscale: #ABABAB. Windows color (decimal): -4806997 or 11249334. OLE color: 11249334.

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

Color convert

RGB 182 166 171 -
CMYK 0 0.09 0.06 0.29
HSL 341.25º 0.1% 0.68% -
HSV(B) 341.25º 0.09% 0.71% -
XYZ 40.28 40.16 44.16 -
YUV 171.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 182 166 171 0 0.09 0.06 0.29 341.25 0.1 0.68
Hex B6 A6 AB 0 9 6 1D 155 A 44
Octal 266 246 253 0 11 6 35 525 12 104
Binary 10110110 10100110 10101011 0 1001 110 11101 101010101 1010 1000100

Color Harmonies of #B6A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A6AB

Black with #B6A6AB

Text Example


Text Example

White with #B6A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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