#B2B6BB

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

Shades of Heather #B2B6BB

Tints of Heather #B2B6BB

Color information

#B2B6BB (or 0xB2B6BB) is unknown color: approx Heather. HEX triplet: B2, B6 and BB. RGB value is (178,182,187). Sum of RGB (Red+Green+Blue) = 178+182+187=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 182 (71.48% from 255 or 33.27% 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 #B2B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B6BB is #4D4944. Grayscale: #B5B5B5. Windows color (decimal): -5065029 or 12302002. OLE color: 12302002.

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

Color convert

RGB178182187-
CMYK0.050.0300.27
HSL213.33º6.21%71.57%-
HSV(B)213.33º4.81%73.33%-
XYZ44.0646.5153.67-
YUV181.37131.17125.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=32.54%
G=33.27%
B=34.19%

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
Decimal1781821870.050.0300.27213.336.2171.57
HexB2B6BB5301Bd5648
Octal262266273530333256110
Binary10110010101101101011101110111011011110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B6BB; }

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

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

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

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

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

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

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

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