#B4B7BA

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

Shades of Heather #B4B7BA

Tints of Heather #B4B7BA

Color information

#B4B7BA (or 0xB4B7BA) is unknown color: approx Heather. HEX triplet: B4, B7 and BA. RGB value is (180,183,186). Sum of RGB (Red+Green+Blue) = 180+183+186=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B7BA is #4B4845. Grayscale: #B6B6B6. Windows color (decimal): -4933702 or 12236724. OLE color: 12236724.

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

Color convert

RGB180183186-
CMYK0.030.0200.27
HSL210º4.17%71.76%-
HSV(B)210º3.23%72.94%-
XYZ44.6247.1253.2-
YUV182.44130.01126.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 183 (71.88% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=32.79%
G=33.33%
B=33.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801831860.030.0200.272104.1771.76
HexB4B7BA3201Bd2448
Octal264267272320333224110
Binary1011010010110111101110101110011011110100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B7BA; }

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

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

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

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

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

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

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

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