#B3BABF

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

Shades of Heather #B3BABF

Tints of Heather #B3BABF

Color information

#B3BABF (or 0xB3BABF) is unknown color: approx Heather. HEX triplet: B3, BA and BF. RGB value is (179,186,191). Sum of RGB (Red+Green+Blue) = 179+186+191=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BABF is #4C4540. Grayscale: #B8B8B8. Windows color (decimal): -4998465 or 12565171. OLE color: 12565171.

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

Color convert

RGB179186191-
CMYK0.060.0300.25
HSL205º8.57%72.55%-
HSV(B)205º6.28%74.9%-
XYZ45.5548.4656.24-
YUV184.48131.68124.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 191 (75% from 255) = 34.35%
R=32.19%
G=33.45%
B=34.35%

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
Decimal1791861910.060.0300.252058.5772.55
HexB3BABF63019cd949
Octal2632722776303131511111
Binary101100111011101010111111110110110011100110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BABF; }

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

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

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

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

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

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

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

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