#B4BDB5

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

Shades of Zanah #B4BDB5

Tints of Zanah #B4BDB5

Color information

#B4BDB5 (or 0xB4BDB5) is unknown color: approx Zanah. HEX triplet: B4, BD and B5. RGB value is (180,189,181). Sum of RGB (Red+Green+Blue) = 180+189+181=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDB5 is #4B424A. Grayscale: #B9B9B9. Windows color (decimal): -4932171 or 11910580. OLE color: 11910580.

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

Color convert

RGB180189181-
CMYK0.0500.040.26
HSL126.67º6.38%72.35%-
HSV(B)126.67º4.76%74.12%-
XYZ45.3649.4350.87-
YUV185.4125.52124.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=32.73%
G=34.36%
B=32.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801891810.0500.040.26126.676.3872.35
HexB4BDB55041A7f648
Octal264275265504321776110
Binary10110100101111011011010110101001101011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDB5; }

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

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

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

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

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

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

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

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