#B1B6BB

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

Shades of Heather #B1B6BB

Tints of Heather #B1B6BB

Color information

#B1B6BB (or 0xB1B6BB) is unknown color: approx Heather. HEX triplet: B1, B6 and BB. RGB value is (177,182,187). Sum of RGB (Red+Green+Blue) = 177+182+187=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B6BB is #4E4944. Grayscale: #B5B5B5. Windows color (decimal): -5130565 or 12302001. OLE color: 12302001.

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

Color convert

RGB177182187-
CMYK0.050.0300.27
HSL210º6.85%71.37%-
HSV(B)210º5.35%73.33%-
XYZ43.8346.3953.66-
YUV181.08131.34125.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=32.42%
G=33.33%
B=34.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771821870.050.0300.272106.8571.37
HexB1B6BB5301Bd2747
Octal261266273530333227107
Binary10110001101101101011101110111011011110100101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B6BB; }

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

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

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

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

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

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

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

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