#B3B9BF

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

Shades of Heather #B3B9BF

Tints of Heather #B3B9BF

Color information

#B3B9BF (or 0xB3B9BF) is unknown color: approx Heather. HEX triplet: B3, B9 and BF. RGB value is (179,185,191). Sum of RGB (Red+Green+Blue) = 179+185+191=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B9BF is #4C4640. Grayscale: #B7B7B7. Windows color (decimal): -4998721 or 12564915. OLE color: 12564915.

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

Color convert

RGB179185191-
CMYK0.060.0300.25
HSL210º8.57%72.55%-
HSV(B)210º6.28%74.9%-
XYZ45.3448.0456.17-
YUV183.89132.01124.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 34.41%
R=32.25%
G=33.33%
B=34.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791851910.060.0300.252108.5772.55
HexB3B9BF63019d2949
Octal2632712776303132211111
Binary101100111011100110111111110110110011101001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B9BF; }

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

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

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

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

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

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

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

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