#B0BCA2

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

Shades of Silver Chalice #B0BCA2

Tints of Silver Chalice #B0BCA2

Color information

#B0BCA2 (or 0xB0BCA2) is unknown color: approx Silver Chalice. HEX triplet: B0, BC and A2. RGB value is (176,188,162). Sum of RGB (Red+Green+Blue) = 176+188+162=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCA2 is #4F435D. Grayscale: #B5B5B5. Windows color (decimal): -5194590 or 10665136. OLE color: 10665136.

HSL color Cylindrical-coordinate representation of color #B0BCA2: hue angle of 87.69º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BCA2 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB176188162-
CMYK0.0600.140.26
HSL87.69º16.25%68.63%-
HSV(B)87.69º13.83%73.73%-
XYZ42.4147.8141.17-
YUV181.45117.02124.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=33.46%
G=35.74%
B=30.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881620.0600.140.2687.6916.2568.63
HexB0BCA260E1A581045
Octal26027424260163213020105
Binary10110000101111001010001011001110110101011000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCA2; }

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

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

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

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

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

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

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

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