#B6BFB7

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

Shades of Zanah #B6BFB7

Tints of Zanah #B6BFB7

Color information

#B6BFB7 (or 0xB6BFB7) is unknown color: approx Zanah. HEX triplet: B6, BF and B7. RGB value is (182,191,183). Sum of RGB (Red+Green+Blue) = 182+191+183=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFB7 is #494048. Grayscale: #BBBBBB. Windows color (decimal): -4800585 or 12042166. OLE color: 12042166.

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

Color convert

RGB182191183-
CMYK0.0500.040.25
HSL126.67º6.57%73.14%-
HSV(B)126.67º4.71%74.9%-
XYZ46.4750.6352.12-
YUV187.4125.52124.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 183 (71.88% from 255) = 32.91%
R=32.73%
G=34.35%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1821911830.0500.040.25126.676.5773.14
HexB6BFB7504197f749
Octal266277267504311777111
Binary10110110101111111011011110101001100111111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFB7; }

 p { color: rgb(182,191,183); }

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

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

 a { background-color: rgb(182,191,183); }

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

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

 span { border-color: rgb(182,191,183); }

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