Html Css Color HEX #B0B3AD Silver Chalice

📋 copy color: '#B0B3AD'

red 176 ◦ green 179 ◦ blue 173

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

Shades of Silver Chalice #B0B3AD

Tints of Silver Chalice #B0B3AD

RGB

 RED value IS 176 (69.14% from 255) = 33.33%

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

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

R = 33.33%
G = 33.9%
B = 32.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B0B3AD (or 0xB0B3AD) is known color: Silver Chalice. HEX triplet: B0, B3 and AD. RGB value is (176,179,173). Sum of RGB (Red+Green+Blue) = 176+179+173=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B3AD is #4F4C52. Grayscale: #B1B1B1. Windows color (decimal): -5196883 or 11383728. OLE color: 11383728.

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

Color convert

RGB 176 179 173 -
CMYK 0.02 0 0.03 0.30
HSL 90º 0.04% 0.69% -
HSV(B) 90º 0.03% 0.7% -
XYZ 41.57 44.49 45.93 -
YUV 177.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 176 179 173 0.02 0 0.03 0.30 90 0.04 0.69
Hex B0 B3 AD 2 0 3 1E 5A 4 45
Octal 260 263 255 2 0 3 36 132 4 105
Binary 10110000 10110011 10101101 10 0 11 11110 1011010 100 1000101

Color Harmonies of #B0B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B3AD

Black with #B0B3AD

Text Example


Text Example

White with #B0B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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