#B0BEB1

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

Shades of Zanah #B0BEB1

Tints of Zanah #B0BEB1

Color information

#B0BEB1 (or 0xB0BEB1) is unknown color: approx Zanah. HEX triplet: B0, BE and B1. RGB value is (176,190,177). Sum of RGB (Red+Green+Blue) = 176+190+177=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEB1 is #4F414E. Grayscale: #B8B8B8. Windows color (decimal): -5194063 or 11648688. OLE color: 11648688.

HSL color Cylindrical-coordinate representation of color #B0BEB1: hue angle of 124.29º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BEB1 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB176190177-
CMYK0.0700.070.25
HSL124.29º9.72%71.76%-
HSV(B)124.29º7.37%74.51%-
XYZ44.2549.2348.77-
YUV184.33123.86122.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=32.41%
G=34.99%
B=32.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901770.0700.070.25124.299.7271.76
HexB0BEB1707197ca48
Octal2602762617073117412110
Binary101100001011111010110001111011111001111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEB1; }

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

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

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

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

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

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

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

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