Html Css Color HEX #B2B5AB Silver Chalice

📋 copy color: '#B2B5AB'

red 178 ◦ green 181 ◦ blue 171

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

Shades of Silver Chalice #B2B5AB

Tints of Silver Chalice #B2B5AB

RGB

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

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

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

R = 33.58%
G = 34.15%
B = 32.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B2B5AB (or 0xB2B5AB) is known color: Silver Chalice. HEX triplet: B2, B5 and AB. RGB value is (178,181,171). Sum of RGB (Red+Green+Blue) = 178+181+171=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5AB is #4D4A54. Grayscale: #B3B3B3. Windows color (decimal): -5065301 or 11253170. OLE color: 11253170.

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

Color convert

RGB 178 181 171 -
CMYK 0.02 0 0.06 0.29
HSL 78º 0.06% 0.69% -
HSV(B) 78º 0.06% 0.71% -
XYZ 42.23 45.45 45.08 -
YUV 178.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 178 181 171 0.02 0 0.06 0.29 78 0.06 0.69
Hex B2 B5 AB 2 0 6 1D 4E 6 45
Octal 262 265 253 2 0 6 35 116 6 105
Binary 10110010 10110101 10101011 10 0 110 11101 1001110 110 1000101

Color Harmonies of #B2B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B5AB

Black with #B2B5AB

Text Example


Text Example

White with #B2B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B5AB; }

 p { color: rgb(178,181,171); }

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

background-color css

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

 a { background-color: rgb(178,181,171); }

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

border-color css

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

 span { border-color: rgb(178,181,171); }

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