Html Css Color HEX #B3A5AA Lily

📋 copy color: '#B3A5AA'

red 179 ◦ green 165 ◦ blue 170

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

Shades of Lily #B3A5AA

Tints of Lily #B3A5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.1%

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

R = 34.82%
G = 32.1%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B3A5AA (or 0xB3A5AA) is known color: Lily. HEX triplet: B3, A5 and AA. RGB value is (179,165,170). Sum of RGB (Red+Green+Blue) = 179+165+170=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A5AA is #4C5A55. Grayscale: #A9A9A9. Windows color (decimal): -5003862 or 11183539. OLE color: 11183539.

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

Color convert

RGB 179 165 170 -
CMYK 0 0.08 0.05 0.30
HSL 338.57º 0.08% 0.67% -
HSV(B) 338.57º 0.08% 0.7% -
XYZ 39.3 39.4 43.56 -
YUV 169.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 179 165 170 0 0.08 0.05 0.30 338.57 0.08 0.67
Hex B3 A5 AA 0 8 5 1E 153 8 43
Octal 263 245 252 0 10 5 36 523 10 103
Binary 10110011 10100101 10101010 0 1000 101 11110 101010011 1000 1000011

Color Harmonies of #B3A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A5AA

Black with #B3A5AA

Text Example


Text Example

White with #B3A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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