#B3B9BE

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

Shades of Heather #B3B9BE

Tints of Heather #B3B9BE

Color information

#B3B9BE (or 0xB3B9BE) is unknown color: approx Heather. HEX triplet: B3, B9 and BE. RGB value is (179,185,190). Sum of RGB (Red+Green+Blue) = 179+185+190=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B9BE is #4C4641. Grayscale: #B7B7B7. Windows color (decimal): -4998722 or 12499379. OLE color: 12499379.

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

Color convert

RGB179185190-
CMYK0.060.0300.25
HSL207.27º7.8%72.35%-
HSV(B)207.27º5.79%74.51%-
XYZ45.234855.6-
YUV183.78131.51124.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=32.31%
G=33.39%
B=34.30%

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
Decimal1791851900.060.0300.25207.277.872.35
HexB3B9BE63019cf848
Octal2632712766303131710110
Binary101100111011100110111110110110110011100111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B9BE; }

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

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

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

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

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

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

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

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