Html Css Color HEX #B0B2AD Silver Chalice

📋 copy color: '#B0B2AD'

red 176 ◦ green 178 ◦ blue 173

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

Shades of Silver Chalice #B0B2AD

Tints of Silver Chalice #B0B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

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

R = 33.4%
G = 33.78%
B = 32.83%

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

#B0B2AD (or 0xB0B2AD) is known color: Silver Chalice. HEX triplet: B0, B2 and AD. RGB value is (176,178,173). Sum of RGB (Red+Green+Blue) = 176+178+173=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B2AD is #4F4D52. Grayscale: #B0B0B0. Windows color (decimal): -5197139 or 11383472. OLE color: 11383472.

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

Color convert

RGB 176 178 173 -
CMYK 0.01 0 0.03 0.30
HSL 84º 0.03% 0.69% -
HSV(B) 84º 0.03% 0.7% -
XYZ 41.37 44.09 45.86 -
YUV 176.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 176 178 173 0.01 0 0.03 0.30 84 0.03 0.69
Hex B0 B2 AD 1 0 3 1E 54 3 45
Octal 260 262 255 1 0 3 36 124 3 105
Binary 10110000 10110010 10101101 1 0 11 11110 1010100 11 1000101

Color Harmonies of #B0B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B2AD

Black with #B0B2AD

Text Example


Text Example

White with #B0B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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