Html Css Color HEX #B2A1AC Lily

📋 copy color: '#B2A1AC'

red 178 ◦ green 161 ◦ blue 172

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

Shades of Lily #B2A1AC

Tints of Lily #B2A1AC

RGB

 RED value IS 178 (69.92% from 255) = 34.83%

 GREEN value IS 161 (63.28% from 255) = 31.51%

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

R = 34.83%
G = 31.51%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B2A1AC (or 0xB2A1AC) is known color: Lily. HEX triplet: B2, A1 and AC. RGB value is (178,161,172). Sum of RGB (Red+Green+Blue) = 178+161+172=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A1AC is #4D5E53. Grayscale: #A7A7A7. Windows color (decimal): -5070420 or 11313586. OLE color: 11313586.

HSL color Cylindrical-coordinate representation of color #B2A1AC: hue angle of 321.18º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2A1AC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 161 172 -
CMYK 0 0.10 0.03 0.30
HSL 321.18º 0.1% 0.66% -
HSV(B) 321.18º 0.1% 0.7% -
XYZ 38.55 37.93 44.32 -
YUV 167.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 178 161 172 0 0.10 0.03 0.30 321.18 0.1 0.66
Hex B2 A1 AC 0 A 3 1E 141 A 42
Octal 262 241 254 0 12 3 36 501 12 102
Binary 10110010 10100001 10101100 0 1010 11 11110 101000001 1010 1000010

Color Harmonies of #B2A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A1AC

Black with #B2A1AC

Text Example


Text Example

White with #B2A1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A1AC; }

 p { color: rgb(178,161,172); }

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

background-color css

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

 a { background-color: rgb(178,161,172); }

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

border-color css

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

 span { border-color: rgb(178,161,172); }

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