Html Css Color HEX #B4A3AC Lily

📋 copy color: '#B4A3AC'

red 180 ◦ green 163 ◦ blue 172

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

Shades of Lily #B4A3AC

Tints of Lily #B4A3AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 34.95%
G = 31.65%
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

#B4A3AC (or 0xB4A3AC) is known color: Lily. HEX triplet: B4, A3 and AC. RGB value is (180,163,172). Sum of RGB (Red+Green+Blue) = 180+163+172=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A3AC is #4B5C53. Grayscale: #A9A9A9. Windows color (decimal): -4938836 or 11314100. OLE color: 11314100.

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

Color convert

RGB 180 163 172 -
CMYK 0 0.09 0.04 0.29
HSL 328.24º 0.1% 0.67% -
HSV(B) 328.24º 0.09% 0.71% -
XYZ 39.37 38.88 44.46 -
YUV 169.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 180 163 172 0 0.09 0.04 0.29 328.24 0.1 0.67
Hex B4 A3 AC 0 9 4 1D 148 A 43
Octal 264 243 254 0 11 4 35 510 12 103
Binary 10110100 10100011 10101100 0 1001 100 11101 101001000 1010 1000011

Color Harmonies of #B4A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A3AC

Black with #B4A3AC

Text Example


Text Example

White with #B4A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A3AC; }

 p { color: rgb(180,163,172); }

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

background-color css

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

 a { background-color: rgb(180,163,172); }

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

border-color css

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

 span { border-color: rgb(180,163,172); }

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