Html Css Color HEX #B1B5A8 Silver Chalice

📋 copy color: '#B1B5A8'

red 177 ◦ green 181 ◦ blue 168

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

Shades of Silver Chalice #B1B5A8

Tints of Silver Chalice #B1B5A8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.41%

 BLUE value IS 168 (66.02% from 255) = 31.94%

R = 33.65%
G = 34.41%
B = 31.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B1B5A8 (or 0xB1B5A8) is known color: Silver Chalice. HEX triplet: B1, B5 and A8. RGB value is (177,181,168). Sum of RGB (Red+Green+Blue) = 177+181+168=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B5A8 is #4E4A57. Grayscale: #B2B2B2. Windows color (decimal): -5130840 or 11056561. OLE color: 11056561.

HSL color Cylindrical-coordinate representation of color #B1B5A8: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1B5A8 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 181 168 -
CMYK 0.02 0 0.07 0.29
HSL 78.46º 0.08% 0.68% -
HSV(B) 78.46º 0.07% 0.71% -
XYZ 41.72 45.22 43.58 -
YUV 178.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 177 181 168 0.02 0 0.07 0.29 78.46 0.08 0.68
Hex B1 B5 A8 2 0 7 1D 4E 8 44
Octal 261 265 250 2 0 7 35 116 10 104
Binary 10110001 10110101 10101000 10 0 111 11101 1001110 1000 1000100

Color Harmonies of #B1B5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B5A8

Black with #B1B5A8

Text Example


Text Example

White with #B1B5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B5A8; }

 p { color: rgb(177,181,168); }

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

background-color css

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

 a { background-color: rgb(177,181,168); }

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

border-color css

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

 span { border-color: rgb(177,181,168); }

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