#B0BBA2

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

Shades of Silver Chalice #B0BBA2

Tints of Silver Chalice #B0BBA2

Color information

#B0BBA2 (or 0xB0BBA2) is unknown color: approx Silver Chalice. HEX triplet: B0, BB and A2. RGB value is (176,187,162). Sum of RGB (Red+Green+Blue) = 176+187+162=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBA2 is #4F445D. Grayscale: #B4B4B4. Windows color (decimal): -5194846 or 10664880. OLE color: 10664880.

HSL color Cylindrical-coordinate representation of color #B0BBA2: hue angle of 86.4º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0BBA2 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB176187162-
CMYK0.0600.130.27
HSL86.4º15.53%68.43%-
HSV(B)86.4º13.37%73.33%-
XYZ42.247.3841.1-
YUV180.86117.36124.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=33.52%
G=35.62%
B=30.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871620.0600.130.2786.415.5368.43
HexB0BBA260D1B561044
Octal26027324260153312620104
Binary10110000101110111010001011001101110111010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBA2; }

 p { color: rgb(176,187,162); }

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

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

 a { background-color: rgb(176,187,162); }

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

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

 span { border-color: rgb(176,187,162); }

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