#B3B8BA

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

Shades of Heather #B3B8BA

Tints of Heather #B3B8BA

Color information

#B3B8BA (or 0xB3B8BA) is unknown color: approx Heather. HEX triplet: B3, B8 and BA. RGB value is (179,184,186). Sum of RGB (Red+Green+Blue) = 179+184+186=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B8BA is #4C4745. Grayscale: #B6B6B6. Windows color (decimal): -4998982 or 12236979. OLE color: 12236979.

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

Color convert

RGB179184186-
CMYK0.040.0100.27
HSL197.14º4.83%71.57%-
HSV(B)197.14º3.76%72.94%-
XYZ44.5947.4153.26-
YUV182.73129.84125.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=32.60%
G=33.52%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791841860.040.0100.27197.144.8371.57
HexB3B8BA4101Bc5548
Octal263270272410333055110
Binary1011001110111000101110101001011011110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B8BA; }

 p { color: rgb(179,184,186); }

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

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

 a { background-color: rgb(179,184,186); }

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

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

 span { border-color: rgb(179,184,186); }

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