Html Css Color HEX #B3A9AC Lily

📋 copy color: '#B3A9AC'

red 179 ◦ green 169 ◦ blue 172

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

Shades of Lily #B3A9AC

Tints of Lily #B3A9AC

RGB

 RED value IS 179 (70.31% from 255) = 34.42%

 GREEN value IS 169 (66.41% from 255) = 32.5%

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

R = 34.42%
G = 32.5%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B3A9AC (or 0xB3A9AC) is known color: Lily. HEX triplet: B3, A9 and AC. RGB value is (179,169,172). Sum of RGB (Red+Green+Blue) = 179+169+172=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A9AC is #4C5653. Grayscale: #ACACAC. Windows color (decimal): -5002836 or 11315635. OLE color: 11315635.

HSL color Cylindrical-coordinate representation of color #B3A9AC: hue angle of 342º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3A9AC is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 169 172 -
CMYK 0 0.06 0.04 0.30
HSL 342º 0.06% 0.68% -
HSV(B) 342º 0.06% 0.7% -
XYZ 40.22 40.94 44.81 -
YUV 172.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 179 169 172 0 0.06 0.04 0.30 342 0.06 0.68
Hex B3 A9 AC 0 6 4 1E 156 6 44
Octal 263 251 254 0 6 4 36 526 6 104
Binary 10110011 10101001 10101100 0 110 100 11110 101010110 110 1000100

Color Harmonies of #B3A9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A9AC

Black with #B3A9AC

Text Example


Text Example

White with #B3A9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A9AC; }

 p { color: rgb(179,169,172); }

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

background-color css

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

 a { background-color: rgb(179,169,172); }

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

border-color css

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

 span { border-color: rgb(179,169,172); }

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