#B6B9BA

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

Shades of Heather #B6B9BA

Tints of Heather #B6B9BA

Color information

#B6B9BA (or 0xB6B9BA) is unknown color: approx Heather. HEX triplet: B6, B9 and BA. RGB value is (182,185,186). Sum of RGB (Red+Green+Blue) = 182+185+186=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9BA is #494645. Grayscale: #B8B8B8. Windows color (decimal): -4802118 or 12237238. OLE color: 12237238.

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

Color convert

RGB182185186-
CMYK0.020.0100.27
HSL195º2.82%72.16%-
HSV(B)195º2.15%72.94%-
XYZ45.548.1953.36-
YUV184.22129.01126.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=32.91%
G=33.45%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851860.020.0100.271952.8272.16
HexB6B9BA2101Bc3348
Octal266271272210333033110
Binary10110110101110011011101010101101111000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B9BA; }

 p { color: rgb(182,185,186); }

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

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

 a { background-color: rgb(182,185,186); }

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

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

 span { border-color: rgb(182,185,186); }

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