#B8B9BA

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

Shades of Heather #B8B9BA

Tints of Heather #B8B9BA

Color information

#B8B9BA (or 0xB8B9BA) is unknown color: approx Heather. HEX triplet: B8, B9 and BA. RGB value is (184,185,186). Sum of RGB (Red+Green+Blue) = 184+185+186=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9BA is #474645. Grayscale: #B8B8B8. Windows color (decimal): -4671046 or 12237240. OLE color: 12237240.

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

Color convert

RGB184185186-
CMYK0.010.0100.27
HSL210º1.43%72.55%-
HSV(B)210º1.08%72.94%-
XYZ45.9848.4353.38-
YUV184.82128.67127.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.15%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=33.15%
G=33.33%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841851860.010.0100.272101.4372.55
HexB8B9BA1101Bd2149
Octal270271272110333221111
Binary101110001011100110111010110110111101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B9BA; }

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

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

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

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

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

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

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

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