Html Css Color HEX #B2B9AA Silver Chalice

📋 copy color: '#B2B9AA'

red 178 ◦ green 185 ◦ blue 170

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

Shades of Silver Chalice #B2B9AA

Tints of Silver Chalice #B2B9AA

RGB

 RED value IS 178 (69.92% from 255) = 33.4%

 GREEN value IS 185 (72.66% from 255) = 34.71%

 BLUE value IS 170 (66.8% from 255) = 31.89%

R = 33.4%
G = 34.71%
B = 31.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B2B9AA (or 0xB2B9AA) is known color: Silver Chalice. HEX triplet: B2, B9 and AA. RGB value is (178,185,170). Sum of RGB (Red+Green+Blue) = 178+185+170=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B9AA is #4D4655. Grayscale: #B5B5B5. Windows color (decimal): -5064278 or 11188658. OLE color: 11188658.

HSL color Cylindrical-coordinate representation of color #B2B9AA: hue angle of 88º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2B9AA is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 170 -
CMYK 0.04 0 0.08 0.27
HSL 88º 0.1% 0.7% -
HSV(B) 88º 0.08% 0.73% -
XYZ 42.96 47.07 44.85 -
YUV 181.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 178 185 170 0.04 0 0.08 0.27 88 0.1 0.7
Hex B2 B9 AA 4 0 8 1B 58 A 46
Octal 262 271 252 4 0 10 33 130 12 106
Binary 10110010 10111001 10101010 100 0 1000 11011 1011000 1010 1000110

Color Harmonies of #B2B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B9AA

Black with #B2B9AA

Text Example


Text Example

White with #B2B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B9AA; }

 p { color: rgb(178,185,170); }

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

background-color css

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

 a { background-color: rgb(178,185,170); }

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

border-color css

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

 span { border-color: rgb(178,185,170); }

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