Html Css Color HEX #B6A3AA Lily

📋 copy color: '#B6A3AA'

red 182 ◦ green 163 ◦ blue 170

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

Shades of Lily #B6A3AA

Tints of Lily #B6A3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.65%

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 35.34%
G = 31.65%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B6A3AA (or 0xB6A3AA) is known color: Lily. HEX triplet: B6, A3 and AA. RGB value is (182,163,170). Sum of RGB (Red+Green+Blue) = 182+163+170=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A3AA is #495C55. Grayscale: #A9A9A9. Windows color (decimal): -4807766 or 11183030. OLE color: 11183030.

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

Color convert

RGB 182 163 170 -
CMYK 0 0.10 0.07 0.29
HSL 337.89º 0.12% 0.68% -
HSV(B) 337.89º 0.1% 0.71% -
XYZ 39.64 39.04 43.48 -
YUV 169.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 182 163 170 0 0.10 0.07 0.29 337.89 0.12 0.68
Hex B6 A3 AA 0 A 7 1D 152 C 44
Octal 266 243 252 0 12 7 35 522 14 104
Binary 10110110 10100011 10101010 0 1010 111 11101 101010010 1100 1000100

Color Harmonies of #B6A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A3AA

Black with #B6A3AA

Text Example


Text Example

White with #B6A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A3AA; }

 p { color: rgb(182,163,170); }

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

background-color css

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

 a { background-color: rgb(182,163,170); }

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

border-color css

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

 span { border-color: rgb(182,163,170); }

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