#B1B7BB

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

Shades of Heather #B1B7BB

Tints of Heather #B1B7BB

Color information

#B1B7BB (or 0xB1B7BB) is unknown color: approx Heather. HEX triplet: B1, B7 and BB. RGB value is (177,183,187). Sum of RGB (Red+Green+Blue) = 177+183+187=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B7BB is #4E4844. Grayscale: #B5B5B5. Windows color (decimal): -5130309 or 12302257. OLE color: 12302257.

HSL color Cylindrical-coordinate representation of color #B1B7BB: hue angle of 204º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1B7BB is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177183187-
CMYK0.050.0200.27
HSL204º6.85%71.37%-
HSV(B)204º5.35%73.33%-
XYZ44.0346.853.73-
YUV181.66131.01124.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=32.36%
G=33.46%
B=34.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771831870.050.0200.272046.8571.37
HexB1B7BB5201Bcc747
Octal261267273520333147107
Binary10110001101101111011101110110011011110011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B7BB; }

 p { color: rgb(177,183,187); }

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

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

 a { background-color: rgb(177,183,187); }

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

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

 span { border-color: rgb(177,183,187); }

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