#B3BEB4

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

Shades of Zanah #B3BEB4

Tints of Zanah #B3BEB4

Color information

#B3BEB4 (or 0xB3BEB4) is unknown color: approx Zanah. HEX triplet: B3, BE and B4. RGB value is (179,190,180). Sum of RGB (Red+Green+Blue) = 179+190+180=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEB4 is #4C414B. Grayscale: #B9B9B9. Windows color (decimal): -4997452 or 11845299. OLE color: 11845299.

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

Color convert

RGB179190180-
CMYK0.0600.050.25
HSL125.45º7.8%72.35%-
HSV(B)125.45º5.79%74.51%-
XYZ45.2449.7150.39-
YUV185.57124.86123.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=32.60%
G=34.61%
B=32.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901800.0600.050.25125.457.872.35
HexB3BEB4605197d848
Octal2632762646053117510110
Binary101100111011111010110100110010111001111110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEB4; }

 p { color: rgb(179,190,180); }

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

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

 a { background-color: rgb(179,190,180); }

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

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

 span { border-color: rgb(179,190,180); }

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