#B0BDB0

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

Shades of Zanah #B0BDB0

Tints of Zanah #B0BDB0

Color information

#B0BDB0 (or 0xB0BDB0) is unknown color: approx Zanah. HEX triplet: B0, BD and B0. RGB value is (176,189,176). Sum of RGB (Red+Green+Blue) = 176+189+176=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDB0 is #4F424F. Grayscale: #B7B7B7. Windows color (decimal): -5194320 or 11582896. OLE color: 11582896.

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

Color convert

RGB176189176-
CMYK0.0700.070.26
HSL120º8.97%71.57%-
HSV(B)120º6.88%74.12%-
XYZ43.9448.7648.17-
YUV183.63123.69122.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=32.53%
G=34.94%
B=32.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891760.0700.070.261208.9771.57
HexB0BDB07071A78948
Octal2602752607073217011110
Binary101100001011110110110000111011111010111100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDB0; }

 p { color: rgb(176,189,176); }

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

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

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

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

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

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

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