Html Css Color HEX #B3A2AB Lily

📋 copy color: '#B3A2AB'

red 179 ◦ green 162 ◦ blue 171

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

Shades of Lily #B3A2AB

Tints of Lily #B3A2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 34.96%
G = 31.64%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B3A2AB (or 0xB3A2AB) is known color: Lily. HEX triplet: B3, A2 and AB. RGB value is (179,162,171). Sum of RGB (Red+Green+Blue) = 179+162+171=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A2AB is #4C5D54. Grayscale: #A8A8A8. Windows color (decimal): -5004629 or 11248307. OLE color: 11248307.

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

Color convert

RGB 179 162 171 -
CMYK 0 0.09 0.04 0.30
HSL 328.24º 0.1% 0.67% -
HSV(B) 328.24º 0.09% 0.7% -
XYZ 38.86 38.36 43.88 -
YUV 168.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 179 162 171 0 0.09 0.04 0.30 328.24 0.1 0.67
Hex B3 A2 AB 0 9 4 1E 148 A 43
Octal 263 242 253 0 11 4 36 510 12 103
Binary 10110011 10100010 10101011 0 1001 100 11110 101001000 1010 1000011

Color Harmonies of #B3A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A2AB

Black with #B3A2AB

Text Example


Text Example

White with #B3A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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