Html Css Color HEX #B1B3AD Silver Chalice

📋 copy color: '#B1B3AD'

red 177 ◦ green 179 ◦ blue 173

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

Shades of Silver Chalice #B1B3AD

Tints of Silver Chalice #B1B3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.84%

 BLUE value IS 173 (67.97% from 255) = 32.7%

R = 33.46%
G = 33.84%
B = 32.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B1B3AD (or 0xB1B3AD) is known color: Silver Chalice. HEX triplet: B1, B3 and AD. RGB value is (177,179,173). Sum of RGB (Red+Green+Blue) = 177+179+173=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B3AD is #4E4C52. Grayscale: #B1B1B1. Windows color (decimal): -5131347 or 11383729. OLE color: 11383729.

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

Color convert

RGB 177 179 173 -
CMYK 0.01 0 0.03 0.30
HSL 80º 0.04% 0.69% -
HSV(B) 80º 0.03% 0.7% -
XYZ 41.79 44.6 45.94 -
YUV 177.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 177 179 173 0.01 0 0.03 0.30 80 0.04 0.69
Hex B1 B3 AD 1 0 3 1E 50 4 45
Octal 261 263 255 1 0 3 36 120 4 105
Binary 10110001 10110011 10101101 1 0 11 11110 1010000 100 1000101

Color Harmonies of #B1B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B3AD

Black with #B1B3AD

Text Example


Text Example

White with #B1B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B3AD; }

 p { color: rgb(177,179,173); }

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

background-color css

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

 a { background-color: rgb(177,179,173); }

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

border-color css

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

 span { border-color: rgb(177,179,173); }

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