#B0BCB1

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

Shades of Zanah #B0BCB1

Tints of Zanah #B0BCB1

Color information

#B0BCB1 (or 0xB0BCB1) is unknown color: approx Zanah. HEX triplet: B0, BC and B1. RGB value is (176,188,177). Sum of RGB (Red+Green+Blue) = 176+188+177=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCB1 is #4F434E. Grayscale: #B7B7B7. Windows color (decimal): -5194575 or 11648176. OLE color: 11648176.

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

Color convert

RGB176188177-
CMYK0.0600.060.26
HSL125º8.22%71.37%-
HSV(B)125º6.38%73.73%-
XYZ43.8248.3748.62-
YUV183.16124.52122.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=32.53%
G=34.75%
B=32.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881770.0600.060.261258.2271.37
HexB0BCB16061A7d847
Octal2602742616063217510107
Binary101100001011110010110001110011011010111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCB1; }

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

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

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

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

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

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

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

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