Html Css Color HEX #B3B8AB Silver Chalice

📋 copy color: '#B3B8AB'

red 179 ◦ green 184 ◦ blue 171

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

Shades of Silver Chalice #B3B8AB

Tints of Silver Chalice #B3B8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.46%

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

R = 33.52%
G = 34.46%
B = 32.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B3B8AB (or 0xB3B8AB) is known color: Silver Chalice. HEX triplet: B3, B8 and AB. RGB value is (179,184,171). Sum of RGB (Red+Green+Blue) = 179+184+171=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B8AB is #4C4754. Grayscale: #B5B5B5. Windows color (decimal): -4998997 or 11253939. OLE color: 11253939.

HSL color Cylindrical-coordinate representation of color #B3B8AB: hue angle of 83.08º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3B8AB is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 184 171 -
CMYK 0.03 0 0.07 0.28
HSL 83.08º 0.08% 0.7% -
HSV(B) 83.08º 0.07% 0.72% -
XYZ 43.08 46.8 45.29 -
YUV 181.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 179 184 171 0.03 0 0.07 0.28 83.08 0.08 0.7
Hex B3 B8 AB 3 0 7 1C 53 8 46
Octal 263 270 253 3 0 7 34 123 10 106
Binary 10110011 10111000 10101011 11 0 111 11100 1010011 1000 1000110

Color Harmonies of #B3B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B8AB

Black with #B3B8AB

Text Example


Text Example

White with #B3B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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