#B3BDBF

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

Shades of Heather #B3BDBF

Tints of Heather #B3BDBF

Color information

#B3BDBF (or 0xB3BDBF) is unknown color: approx Heather. HEX triplet: B3, BD and BF. RGB value is (179,189,191). Sum of RGB (Red+Green+Blue) = 179+189+191=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDBF is #4C4240. Grayscale: #BABABA. Windows color (decimal): -4997697 or 12565939. OLE color: 12565939.

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

Color convert

RGB179189191-
CMYK0.060.0100.25
HSL190º8.57%72.55%-
HSV(B)190º6.28%74.9%-
XYZ46.1949.7456.46-
YUV186.24130.69122.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 191 (75% from 255) = 34.17%
R=32.02%
G=33.81%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791891910.060.0100.251908.5772.55
HexB3BDBF61019be949
Octal2632752776103127611111
Binary10110011101111011011111111010110011011111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDBF; }

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

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

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

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

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

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

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

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