#B2BFB3

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

Shades of Zanah #B2BFB3

Tints of Zanah #B2BFB3

Color information

#B2BFB3 (or 0xB2BFB3) is unknown color: approx Zanah. HEX triplet: B2, BF and B3. RGB value is (178,191,179). Sum of RGB (Red+Green+Blue) = 178+191+179=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFB3 is #4D404C. Grayscale: #B9B9B9. Windows color (decimal): -5062733 or 11780018. OLE color: 11780018.

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

Color convert

RGB178191179-
CMYK0.0700.060.25
HSL124.62º9.22%72.35%-
HSV(B)124.62º6.81%74.9%-
XYZ45.1349.9849.92-
YUV185.74124.19122.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=32.48%
G=34.85%
B=32.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911790.0700.060.25124.629.2272.35
HexB2BFB3706197d948
Octal2622772637063117511110
Binary101100101011111110110011111011011001111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFB3; }

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

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

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

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

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

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

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

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