#B1BFC3

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

Shades of Heather #B1BFC3

Tints of Heather #B1BFC3

Color information

#B1BFC3 (or 0xB1BFC3) is unknown color: approx Heather. HEX triplet: B1, BF and C3. RGB value is (177,191,195). Sum of RGB (Red+Green+Blue) = 177+191+195=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFC3 is #4E403C. Grayscale: #BBBBBB. Windows color (decimal): -5128253 or 12828593. OLE color: 12828593.

HSL color Cylindrical-coordinate representation of color #B1BFC3: hue angle of 193.33º 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 #B1BFC3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177191195-
CMYK0.090.0200.24
HSL193.33º13.04%72.94%-
HSV(B)193.33º9.23%76.47%-
XYZ46.6150.5558.93-
YUV187.27132.36120.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=31.44%
G=33.93%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771911950.090.0200.24193.3313.0472.94
HexB1BFC392018c1d49
Octal26127730311203030115111
Binary1011000110111111110000111001100110001100000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFC3; }

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

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

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

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

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

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

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

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