#B5BDB5

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

Shades of Zanah #B5BDB5

Tints of Zanah #B5BDB5

Color information

#B5BDB5 (or 0xB5BDB5) is unknown color: approx Zanah. HEX triplet: B5, BD and B5. RGB value is (181,189,181). Sum of RGB (Red+Green+Blue) = 181+189+181=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDB5 is #4A424A. Grayscale: #B9B9B9. Windows color (decimal): -4866635 or 11910581. OLE color: 11910581.

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

Color convert

RGB181189181-
CMYK0.0400.040.26
HSL120º5.71%72.55%-
HSV(B)120º4.23%74.12%-
XYZ45.5949.5650.88-
YUV185.7125.35124.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=32.85%
G=34.30%
B=32.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891810.0400.040.261205.7172.55
HexB5BDB54041A78649
Octal265275265404321706111
Binary10110101101111011011010110001001101011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDB5; }

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

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

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

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

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

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

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

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