Html Css Color HEX #B4A4AD Lily

📋 copy color: '#B4A4AD'

red 180 ◦ green 164 ◦ blue 173

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

Shades of Lily #B4A4AD

Tints of Lily #B4A4AD

RGB

 RED value IS 180 (70.7% from 255) = 34.82%

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

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

R = 34.82%
G = 31.72%
B = 33.46%

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

#B4A4AD (or 0xB4A4AD) is known color: Lily. HEX triplet: B4, A4 and AD. RGB value is (180,164,173). Sum of RGB (Red+Green+Blue) = 180+164+173=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A4AD is #4B5B52. Grayscale: #A9A9A9. Windows color (decimal): -4938579 or 11379892. OLE color: 11379892.

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

Color convert

RGB 180 164 173 -
CMYK 0 0.09 0.04 0.29
HSL 326.25º 0.1% 0.67% -
HSV(B) 326.25º 0.09% 0.71% -
XYZ 39.64 39.27 45.03 -
YUV 169.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 180 164 173 0 0.09 0.04 0.29 326.25 0.1 0.67
Hex B4 A4 AD 0 9 4 1D 146 A 43
Octal 264 244 255 0 11 4 35 506 12 103
Binary 10110100 10100100 10101101 0 1001 100 11101 101000110 1010 1000011

Color Harmonies of #B4A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A4AD

Black with #B4A4AD

Text Example


Text Example

White with #B4A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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