#B4B8BA

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

Shades of Heather #B4B8BA

Tints of Heather #B4B8BA

Color information

#B4B8BA (or 0xB4B8BA) is unknown color: approx Heather. HEX triplet: B4, B8 and BA. RGB value is (180,184,186). Sum of RGB (Red+Green+Blue) = 180+184+186=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8BA is #4B4745. Grayscale: #B7B7B7. Windows color (decimal): -4933446 or 12236980. OLE color: 12236980.

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

Color convert

RGB180184186-
CMYK0.030.0100.27
HSL200º4.17%71.76%-
HSV(B)200º3.23%72.94%-
XYZ44.8347.5353.27-
YUV183.03129.67125.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=32.73%
G=33.45%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801841860.030.0100.272004.1771.76
HexB4B8BA3101Bc8448
Octal264270272310333104110
Binary101101001011100010111010111011011110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8BA; }

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

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

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

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

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

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

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

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