Html Css Color HEX #B6A5AD Lily

📋 copy color: '#B6A5AD'

red 182 ◦ green 165 ◦ blue 173

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

Shades of Lily #B6A5AD

Tints of Lily #B6A5AD

RGB

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

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

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

R = 35%
G = 31.73%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B6A5AD (or 0xB6A5AD) is known color: Lily. HEX triplet: B6, A5 and AD. RGB value is (182,165,173). Sum of RGB (Red+Green+Blue) = 182+165+173=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A5AD is #495A52. Grayscale: #AAAAAA. Windows color (decimal): -4807251 or 11380150. OLE color: 11380150.

HSL color Cylindrical-coordinate representation of color #B6A5AD: hue angle of 331.76º 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 #B6A5AD is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 165 173 -
CMYK 0 0.09 0.05 0.29
HSL 331.76º 0.1% 0.68% -
HSV(B) 331.76º 0.09% 0.71% -
XYZ 40.29 39.87 45.11 -
YUV 171 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 182 165 173 0 0.09 0.05 0.29 331.76 0.1 0.68
Hex B6 A5 AD 0 9 5 1D 14C A 44
Octal 266 245 255 0 11 5 35 514 12 104
Binary 10110110 10100101 10101101 0 1001 101 11101 101001100 1010 1000100

Color Harmonies of #B6A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A5AD

Black with #B6A5AD

Text Example


Text Example

White with #B6A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A5AD; }

 p { color: rgb(182,165,173); }

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

background-color css

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

 a { background-color: rgb(182,165,173); }

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

border-color css

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

 span { border-color: rgb(182,165,173); }

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