Html Css Color HEX #B3A2AA Lily

📋 copy color: '#B3A2AA'

red 179 ◦ green 162 ◦ blue 170

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

Shades of Lily #B3A2AA

Tints of Lily #B3A2AA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

 BLUE value IS 170 (66.8% from 255) = 33.27%

R = 35.03%
G = 31.7%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B3A2AA (or 0xB3A2AA) is known color: Lily. HEX triplet: B3, A2 and AA. RGB value is (179,162,170). Sum of RGB (Red+Green+Blue) = 179+162+170=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A2AA is #4C5D55. Grayscale: #A7A7A7. Windows color (decimal): -5004630 or 11182771. OLE color: 11182771.

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

Color convert

RGB 179 162 170 -
CMYK 0 0.09 0.05 0.30
HSL 331.76º 0.1% 0.67% -
HSV(B) 331.76º 0.09% 0.7% -
XYZ 38.77 38.33 43.38 -
YUV 168 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 179 162 170 0 0.09 0.05 0.30 331.76 0.1 0.67
Hex B3 A2 AA 0 9 5 1E 14C A 43
Octal 263 242 252 0 11 5 36 514 12 103
Binary 10110011 10100010 10101010 0 1001 101 11110 101001100 1010 1000011

Color Harmonies of #B3A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A2AA

Black with #B3A2AA

Text Example


Text Example

White with #B3A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A2AA; }

 p { color: rgb(179,162,170); }

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

background-color css

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

 a { background-color: rgb(179,162,170); }

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

border-color css

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

 span { border-color: rgb(179,162,170); }

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