#B1BAC3

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

Shades of Heather #B1BAC3

Tints of Heather #B1BAC3

Color information

#B1BAC3 (or 0xB1BAC3) is unknown color: approx Heather. HEX triplet: B1, BA and C3. RGB value is (177,186,195). Sum of RGB (Red+Green+Blue) = 177+186+195=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BAC3 is #4E453C. Grayscale: #B8B8B8. Windows color (decimal): -5129533 or 12827313. OLE color: 12827313.

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

Color convert

RGB177186195-
CMYK0.090.0500.24
HSL210º13.04%72.94%-
HSV(B)210º9.23%76.47%-
XYZ45.5448.4158.57-
YUV184.33134.02122.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 195 (76.56% from 255) = 34.95%
R=31.72%
G=33.33%
B=34.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771861950.090.0500.2421013.0472.94
HexB1BAC395018d2d49
Octal26127230311503032215111
Binary10110001101110101100001110011010110001101001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAC3; }

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

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

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

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

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

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

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

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