#B3BAC3

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

Shades of Heather #B3BAC3

Tints of Heather #B3BAC3

Color information

#B3BAC3 (or 0xB3BAC3) is unknown color: approx Heather. HEX triplet: B3, BA and C3. RGB value is (179,186,195). Sum of RGB (Red+Green+Blue) = 179+186+195=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAC3 is #4C453C. Grayscale: #B8B8B8. Windows color (decimal): -4998461 or 12827315. OLE color: 12827315.

HSL color Cylindrical-coordinate representation of color #B3BAC3: hue angle of 213.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3BAC3 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179186195-
CMYK0.080.0500.24
HSL213.75º11.76%73.33%-
HSV(B)213.75º8.21%76.47%-
XYZ4648.6458.59-
YUV184.93133.68123.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=31.96%
G=33.21%
B=34.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791861950.080.0500.24213.7511.7673.33
HexB3BAC385018d6c49
Octal26327230310503032614111
Binary10110011101110101100001110001010110001101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAC3; }

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

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

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

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

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

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

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

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