#B3BBA4

Color #B3BBA4 Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #B3BBA4

Tints of Silver Chalice #B3BBA4

Color information

#B3BBA4 (or 0xB3BBA4) is unknown color: approx Silver Chalice. HEX triplet: B3, BB and A4. RGB value is (179,187,164). Sum of RGB (Red+Green+Blue) = 179+187+164=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BBA4 is #4C445B. Grayscale: #B6B6B6. Windows color (decimal): -4998236 or 10795955. OLE color: 10795955.

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

Color convert

RGB179187164-
CMYK0.0400.120.27
HSL80.87º14.47%68.82%-
HSV(B)80.87º12.3%73.33%-
XYZ43.0647.842.08-
YUV181.99117.85125.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=33.77%
G=35.28%
B=30.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871640.0400.120.2780.8714.4768.82
HexB3BBA440C1B51e45
Octal26327324440143312116105
Binary1011001110111011101001001000110011011101000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBA4; }

 p { color: rgb(179,187,164); }

 H1.HeaderClassName
 {
   color: #B3BBA4;
 }
 .AnyTagClassName
 {
   color: #B3BBA4;
 }
</style>
background-color css

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

 a { background-color: rgb(179,187,164); }

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

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

 span { border-color: rgb(179,187,164); }

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