Html Css Color HEX #B5A4AD Lily

📋 copy color: '#B5A4AD'

red 181 ◦ green 164 ◦ blue 173

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

Shades of Lily #B5A4AD

Tints of Lily #B5A4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.66%

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

R = 34.94%
G = 31.66%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B5A4AD (or 0xB5A4AD) is known color: Lily. HEX triplet: B5, A4 and AD. RGB value is (181,164,173). Sum of RGB (Red+Green+Blue) = 181+164+173=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A4AD is #4A5B52. Grayscale: #AAAAAA. Windows color (decimal): -4873043 or 11379893. OLE color: 11379893.

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

Color convert

RGB 181 164 173 -
CMYK 0 0.09 0.04 0.29
HSL 328.24º 0.1% 0.68% -
HSV(B) 328.24º 0.09% 0.71% -
XYZ 39.87 39.39 45.04 -
YUV 170.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 181 164 173 0 0.09 0.04 0.29 328.24 0.1 0.68
Hex B5 A4 AD 0 9 4 1D 148 A 44
Octal 265 244 255 0 11 4 35 510 12 104
Binary 10110101 10100100 10101101 0 1001 100 11101 101001000 1010 1000100

Color Harmonies of #B5A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A4AD

Black with #B5A4AD

Text Example


Text Example

White with #B5A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A4AD; }

 p { color: rgb(181,164,173); }

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

background-color css

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

 a { background-color: rgb(181,164,173); }

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

border-color css

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

 span { border-color: rgb(181,164,173); }

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