Html Css Color HEX #B1A3AA Lily

📋 copy color: '#B1A3AA'

red 177 ◦ green 163 ◦ blue 170

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

Shades of Lily #B1A3AA

Tints of Lily #B1A3AA

RGB

 RED value IS 177 (69.53% from 255) = 34.71%

 GREEN value IS 163 (64.06% from 255) = 31.96%

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

R = 34.71%
G = 31.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B1A3AA (or 0xB1A3AA) is known color: Lily. HEX triplet: B1, A3 and AA. RGB value is (177,163,170). Sum of RGB (Red+Green+Blue) = 177+163+170=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AA is #4E5C55. Grayscale: #A7A7A7. Windows color (decimal): -5135446 or 11183025. OLE color: 11183025.

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

Color convert

RGB 177 163 170 -
CMYK 0 0.08 0.04 0.31
HSL 330º 0.08% 0.67% -
HSV(B) 330º 0.08% 0.69% -
XYZ 38.48 38.44 43.42 -
YUV 167.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 177 163 170 0 0.08 0.04 0.31 330 0.08 0.67
Hex B1 A3 AA 0 8 4 1F 14A 8 43
Octal 261 243 252 0 10 4 37 512 10 103
Binary 10110001 10100011 10101010 0 1000 100 11111 101001010 1000 1000011

Color Harmonies of #B1A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A3AA

Black with #B1A3AA

Text Example


Text Example

White with #B1A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A3AA; }

 p { color: rgb(177,163,170); }

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

background-color css

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

 a { background-color: rgb(177,163,170); }

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

border-color css

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

 span { border-color: rgb(177,163,170); }

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