#B1BBA4

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

Shades of Silver Chalice #B1BBA4

Tints of Silver Chalice #B1BBA4

Color information

#B1BBA4 (or 0xB1BBA4) is unknown color: approx Silver Chalice. HEX triplet: B1, BB and A4. RGB value is (177,187,164). Sum of RGB (Red+Green+Blue) = 177+187+164=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBA4 is #4E445B. Grayscale: #B5B5B5. Windows color (decimal): -5129308 or 10795953. OLE color: 10795953.

HSL color Cylindrical-coordinate representation of color #B1BBA4: hue angle of 86.09º 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 #B1BBA4 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB177187164-
CMYK0.0500.120.27
HSL86.09º14.47%68.82%-
HSV(B)86.09º12.3%73.33%-
XYZ42.647.5742.06-
YUV181.39118.19124.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=33.52%
G=35.42%
B=31.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871640.0500.120.2786.0914.4768.82
HexB1BBA450C1B56e45
Octal26127324450143312616105
Binary1011000110111011101001001010110011011101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBA4; }

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

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

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

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

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

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

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

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