#B2BEB3

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

Shades of Zanah #B2BEB3

Tints of Zanah #B2BEB3

Color information

#B2BEB3 (or 0xB2BEB3) is unknown color: approx Zanah. HEX triplet: B2, BE and B3. RGB value is (178,190,179). Sum of RGB (Red+Green+Blue) = 178+190+179=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEB3 is #4D414C. Grayscale: #B9B9B9. Windows color (decimal): -5062989 or 11779762. OLE color: 11779762.

HSL color Cylindrical-coordinate representation of color #B2BEB3: hue angle of 125º 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 #B2BEB3 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB178190179-
CMYK0.0600.060.25
HSL125º8.45%72.16%-
HSV(B)125º6.32%74.51%-
XYZ44.9149.5549.84-
YUV185.16124.52122.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=32.54%
G=34.73%
B=32.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901790.0600.060.251258.4572.16
HexB2BEB3606197d848
Octal2622762636063117510110
Binary101100101011111010110011110011011001111110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEB3; }

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

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

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

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

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

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

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

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